Always define G_CAN_INLINE. Even MSVC6 is capable of inlining. (#483337,

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
This commit is contained in:
Tor Lillqvist 2007-10-05 17:01:13 +00:00 committed by Tor Lillqvist
parent 844c97b012
commit 64312b72c9
2 changed files with 5 additions and 2 deletions

View File

@ -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> 2007-09-19 Behdad Esfahbod <behdad@gnome.org>
* glib/ghook.c (g_hook_free): Check for NULL finalizer. (#476849, Areg * glib/ghook.c (g_hook_free): Check for NULL finalizer. (#476849, Areg

View File

@ -120,9 +120,7 @@ typedef gint64 goffset;
#endif /* !_MSC_VER and !__DMC__ */ #endif /* !_MSC_VER and !__DMC__ */
#endif /* !__cplusplus */ #endif /* !__cplusplus */
#if defined(__cplusplus) || !defined(_MSC_VER)
#define G_CAN_INLINE 1 #define G_CAN_INLINE 1
#endif
#ifndef _MSC_VER #ifndef _MSC_VER
#define G_HAVE_ISO_VARARGS 1 #define G_HAVE_ISO_VARARGS 1