summaryrefslogtreecommitdiff
path: root/glib/glibmmconfig.h.in
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2017-08-15 18:25:12 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2017-08-15 18:25:12 +0200
commitb41890029cef8c0d5906dbabf20e0331a7973a69 (patch)
tree776eb9097ec5a8f22169b707f9165e53eaeecb8a /glib/glibmmconfig.h.in
parent05f9faf2476904f6b9210ca9935d4a081cc13421 (diff)
downloadglibmm-b41890029cef8c0d5906dbabf20e0331a7973a69.tar.gz
Gio: Exclude DesktopAppInfo from wrap_init.cc on MacOS
Modify the conditional inclusion of desktopappinfo.h in giomm.h and wrap_init.cc. It shall not be included when running under MacOS. This should have been fixed by commit dd671f29ff9a005776ebd9e7cf20fdc5e44c14b8. Bug 781947
Diffstat (limited to 'glib/glibmmconfig.h.in')
-rw-r--r--glib/glibmmconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/glib/glibmmconfig.h.in b/glib/glibmmconfig.h.in
index a36c293b..e5639cb7 100644
--- a/glib/glibmmconfig.h.in
+++ b/glib/glibmmconfig.h.in
@@ -22,6 +22,9 @@
#ifdef GLIBMM_CONFIGURE
+/* Define only on Mac OS, COCOA */
+#undef GLIBMM_OS_COCOA
+
/* Define if extern "C" and extern "C++" function pointers are compatible. */
#undef GLIBMM_CAN_ASSIGN_NON_EXTERN_C_FUNCTIONS_TO_EXTERN_C_CALLBACKS