mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02: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:
committed by
Tor Lillqvist
parent
844c97b012
commit
64312b72c9
@@ -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
|
||||
|
Reference in New Issue
Block a user