win32: Remove #undef inline from the win32 config.h

This commit is contained in:
Jan Schmidt 2009-06-05 22:07:31 +01:00
parent 78ed09615b
commit f30863143c

View file

@ -234,9 +234,3 @@
/* 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