glib/glibconfig.h.win32.in: Clean up a bit further

Also get rid of the items regarding G_HAVE_*INLINE as they aren't used
anymore as they are removed from configure.ac.

Thanks to John Emmas and desrt for the earlier patch for getting
rid of the C4005 warnings.
This commit is contained in:
Chun-wei Fan 2015-11-30 11:22:17 +08:00
parent f2fb877ef7
commit cfdd4cabe7

View File

@ -172,18 +172,6 @@ typedef unsigned __int64 guintptr;
#define G_VA_COPY va_copy
#endif /* not _MSC_VER */
#ifdef __cplusplus
#define G_HAVE_INLINE 1
#else /* !__cplusplus */
#ifndef _MSC_VER
#define G_HAVE_INLINE 1
#endif /* _MSC_VER */
#define G_HAVE___INLINE 1
#if !defined(_MSC_VER) && !defined(__DMC__)
#define G_HAVE___INLINE__ 1
#endif /* !_MSC_VER and !__DMC__ */
#endif /* !__cplusplus */
#ifndef _MSC_VER
#define G_HAVE_ISO_VARARGS 1