mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +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)
|
#if defined(_MSC_VER)
|
||||||
#define inline __inline
|
#define inline __inline
|
||||||
#elif !defined(USE_INLINE)
|
#endif
|
||||||
|
#if !defined(USE_INLINE)
|
||||||
#define inline
|
#define inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user