win32: Remove #undef inline from the win32 config.h
authorJan Schmidt <thaytan@noraisin.net>
Fri, 5 Jun 2009 21:07:31 +0000 (22:07 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 5 Jun 2009 21:07:31 +0000 (22:07 +0100)
win32/common/config.h.in

index 801722e6e98d7088178b123937241b62ead8f799..4d34725a42b824460a4ac58b3420298eea1ba08f 100644 (file)
 
 /* Define to 1 if the X Window System is missing or not being used. */
 #undef X_DISPLAY_MISSING
-
-/* Define to `__inline__' or `__inline' if that's what the C compiler
-   calls it, or to nothing if 'inline' is not supported under any name.  */
-#ifndef __cplusplus
-#undef inline
-#endif