summaryrefslogtreecommitdiff
path: root/glib/glibmmconfig.h.in
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-06-01 16:44:05 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-06-01 16:44:05 +0200
commit3206af4e30986ce89eef7467daa300759485e78b (patch)
tree8db3ad861558c746520dd14ae8ebe1740538ded8 /glib/glibmmconfig.h.in
parent8d1a92b13bf23eb2ed23b9475b22821c2ead00d3 (diff)
downloadglibmm-3206af4e30986ce89eef7467daa300759485e78b.tar.gz
Add missing GLIBMM_VFUNCS_ENABLED to avoid breaking existing code.
* glib/glibmmconfig.h.in: Added missing GLIBMM_VFUNCS_ENABLED.
Diffstat (limited to 'glib/glibmmconfig.h.in')
-rw-r--r--glib/glibmmconfig.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/glib/glibmmconfig.h.in b/glib/glibmmconfig.h.in
index c66e12c5..65304cc8 100644
--- a/glib/glibmmconfig.h.in
+++ b/glib/glibmmconfig.h.in
@@ -47,6 +47,9 @@
/* This is always set. This is only for backwards compatibility. */
#undef GLIBMM_EXCEPTIONS_ENABLED
+/* This is always set. This is only for backwards compatibility. */
+#undef GLIBMM_VFUNCS_ENABLED
+
/* Defined if a static member variable may be initialized inline to
std::string::npos */
#undef GLIBMM_HAVE_ALLOWS_STATIC_INLINE_NPOS
@@ -123,7 +126,7 @@
#ifdef GLIBMM_DLL
# if defined(GLIBMM_BUILD) && defined(_WINDLL)
/* Do not dllexport as it is handled by gendef on MSVC */
-# define GLIBMM_API
+# define GLIBMM_API
# elif !defined(GLIBMM_BUILD)
# define GLIBMM_API __declspec(dllimport)
# else