summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllison Ryan Lortie <desrt@desrt.ca>2015-11-27 11:31:41 -0500
committerAllison Ryan Lortie <desrt@desrt.ca>2015-11-27 11:31:41 -0500
commitf2fb877ef796c543f8ca166c7e05a434f163faf7 (patch)
tree63331243566227529c04284f1943dcf559593386
parentec6971b864a3faffadd0bf4a87c7c1b47697fc83 (diff)
downloadglib-f2fb877ef796c543f8ca166c7e05a434f163faf7.tar.gz
glibconfig.h.win32.in: remove G_CAN_INLINE
We now define this unconditionally in gmacros.h. Thanks to John Emmas for the tip. https://bugzilla.gnome.org/show_bug.cgi?id=757374
-rw-r--r--glib/glibconfig.h.win32.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/glib/glibconfig.h.win32.in b/glib/glibconfig.h.win32.in
index 35abba9ed..72f24a59d 100644
--- a/glib/glibconfig.h.win32.in
+++ b/glib/glibconfig.h.win32.in
@@ -184,8 +184,6 @@ typedef unsigned __int64 guintptr;
#endif /* !_MSC_VER and !__DMC__ */
#endif /* !__cplusplus */
-#define G_CAN_INLINE 1
-
#ifndef _MSC_VER
#define G_HAVE_ISO_VARARGS 1