From 879059f5fee9940183667dbdd955db8c7fddc8f3 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Sun, 16 Aug 2009 23:03:12 +0200 Subject: 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. --- glib/glibmmconfig.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'glib/glibmmconfig.h.in') 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 -- cgit v1.2.1