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



commit cfdd4cabe793d897f6dafd61391374099cd5ea1e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Nov 30 11:22:17 2015 +0800

    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 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/glib/glibconfig.h.win32.in b/glib/glibconfig.h.win32.in
index 72f24a5..302d8df 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]