From 767182a56f086b0b50dbec01c311e0c9c876fced Mon Sep 17 00:00:00 2001 From: cgohlke Date: Mon, 30 Jun 2014 15:26:41 -0700 Subject: [PATCH] ENH: enable inline functions by default --- libImaging/ImPlatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libImaging/ImPlatform.h b/libImaging/ImPlatform.h index 8e85e627c..be1f20f3f 100644 --- a/libImaging/ImPlatform.h +++ b/libImaging/ImPlatform.h @@ -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__)