summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-07-21 18:49:29 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-07-22 13:44:32 +1000
commit533e40ca52c9a8f969405d4afbb82552956445ae (patch)
tree9dc76e73de6f8e2f0fca61fb9fcf931c6a1ae662 /libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
parentf383585094528b62585d9a534a1ea6eff62ed42f (diff)
Work around badly chosen argument name in giomm/dbusmessage.h
interface is defined in windows/mingw headers. hopefully this will be fixed in giomm at some point and this crap can be removed
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/gtk_ui.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/gtk_ui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h b/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
index 64176232f0..a758ad78f4 100644
--- a/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
+++ b/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
@@ -27,6 +27,10 @@
#include <setjmp.h>
#include <pthread.h>
+#ifdef interface
+#undef interface
+#endif
+
#include <glibmm/thread.h>
#include <gtkmm/widget.h>