summaryrefslogtreecommitdiff
path: root/glib/glibmmconfig.h.in
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-08-16 23:03:12 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-08-16 23:03:12 +0200
commit879059f5fee9940183667dbdd955db8c7fddc8f3 (patch)
tree1c11cc9245eb078821c4bb429be2d7d57bf57d11 /glib/glibmmconfig.h.in
parent6540dd87e3124cc15d59c37a72a1b7e417f59e14 (diff)
downloadglibmm-879059f5fee9940183667dbdd955db8c7fddc8f3.tar.gz
Define GLIBMM_USING_STD() as dummy no-op
* glib/glibmmconfig.h.in (GLIBMM_USING_STD): Resurrect macro for backwards compatibility, but unconditionally define it to the empty expansion.
Diffstat (limited to 'glib/glibmmconfig.h.in')
-rw-r--r--glib/glibmmconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/glib/glibmmconfig.h.in b/glib/glibmmconfig.h.in
index 502dccb3..3cda2f90 100644
--- a/glib/glibmmconfig.h.in
+++ b/glib/glibmmconfig.h.in
@@ -110,6 +110,10 @@
# pragma warning (disable: 4786 4355 4800 4181)
#endif
+/* Dummy macro definition for compatibility with old code that expects
+ * it to be defined. Remove after grace period. */
+#define GLIBMM_USING_STD(Symbol)
+
/* Enable DLL-specific stuff only when not building a static library */
#if !defined(__CYGWIN__) && defined(__MINGW32__) && !defined(GLIBMM_STATIC_LIB)
# define GLIBMM_DLL 1