Always define G_CAN_INLINE. Even MSVC6 is capable of inlining. (#483337,
authorTor Lillqvist <tml@novell.com>
Fri, 5 Oct 2007 17:01:13 +0000 (17:01 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 5 Oct 2007 17:01:13 +0000 (17:01 +0000)
2007-10-04  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Always define G_CAN_INLINE. Even MSVC6 is
capable of inlining. (#483337, Steve Lhomme)

svn path=/trunk/; revision=5780

ChangeLog
glibconfig.h.win32.in

index 9ce371f..63cab61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-04  Tor Lillqvist  <tml@novell.com>
+
+       * glibconfig.h.win32.in: Always define G_CAN_INLINE. Even MSVC6 is
+       capable of inlining. (#483337, Steve Lhomme)
+
 2007-09-19  Behdad Esfahbod  <behdad@gnome.org>
 
        * glib/ghook.c (g_hook_free): Check for NULL finalizer. (#476849, Areg
index afe4714..7d6c345 100644 (file)
@@ -120,9 +120,7 @@ typedef gint64 goffset;
 #endif /* !_MSC_VER and !__DMC__ */
 #endif /* !__cplusplus */
 
-#if defined(__cplusplus) || !defined(_MSC_VER)
 #define G_CAN_INLINE   1
-#endif
 
 #ifndef _MSC_VER
 #define G_HAVE_ISO_VARARGS 1