Skip to content

Commit d964f6e

Browse files
authored
Remove PIL_NO_INLINE and MSVC alias for inline (#9802)
1 parent 8f86212 commit d964f6e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/libImaging/ImPlatform.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
#error Sorry, this library requires ANSI header files.
1919
#endif
2020

21-
#if defined(PIL_NO_INLINE)
22-
#define inline
23-
#else
24-
#if defined(_MSC_VER) && !defined(__GNUC__)
25-
#define inline __inline
26-
#endif
27-
#endif
28-
2921
#if defined(_WIN32) || defined(__CYGWIN__) /* WIN */
3022

3123
#define WIN32_LEAN_AND_MEAN

0 commit comments

Comments
 (0)