summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-11-30 11:22:17 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-11-30 11:22:17 +0800
commitcfdd4cabe793d897f6dafd61391374099cd5ea1e (patch)
tree3e9e58c096fac62b9def9859ba6944facad7061e
parentf2fb877ef796c543f8ca166c7e05a434f163faf7 (diff)
downloadglib-cfdd4cabe793d897f6dafd61391374099cd5ea1e.tar.gz
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.
-rw-r--r--glib/glibconfig.h.win32.in12
1 files changed, 0 insertions, 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