mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
844c97b012
commit
64312b72c9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user