mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Don't ignore USE_INLINE on Windows
This commit is contained in:
parent
958397ae02
commit
37bb8eec24
|
@ -33,7 +33,8 @@
|
|||
|
||||
#if defined(_MSC_VER)
|
||||
#define inline __inline
|
||||
#elif !defined(USE_INLINE)
|
||||
#endif
|
||||
#if !defined(USE_INLINE)
|
||||
#define inline
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user