mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Merge pull request #753 from cgohlke/patch-2
ENH: enable inline functions by default
This commit is contained in:
commit
690f5639cd
|
@ -17,7 +17,7 @@
|
|||
#error Sorry, this library requires ANSI header files.
|
||||
#endif
|
||||
|
||||
#if !defined(PIL_USE_INLINE)
|
||||
#if defined(PIL_NO_INLINE)
|
||||
#define inline
|
||||
#else
|
||||
#if defined(_MSC_VER) && !defined(__GNUC__)
|
||||
|
|
Loading…
Reference in New Issue
Block a user