From cfdd4cabe793d897f6dafd61391374099cd5ea1e Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 30 Nov 2015 11:22:17 +0800 Subject: [PATCH] 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. --- glib/glibconfig.h.win32.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/glib/glibconfig.h.win32.in b/glib/glibconfig.h.win32.in index 72f24a59d..302d8dfae 100644 --- a/glib/glibconfig.h.win32.in +++ b/glib/glibconfig.h.win32.in @@ -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