Work around badly chosen argument name in giomm/dbusmessage.h
authorTim Mayberry <mojofunk@gmail.com>
Sun, 21 Jul 2013 08:49:29 +0000 (18:49 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Mon, 22 Jul 2013 03:44:32 +0000 (13:44 +1000)
interface is defined in windows/mingw headers. hopefully this will
be fixed in giomm at some point and this crap can be removed

gtk2_ardour/export_video_infobox.cc
gtk2_ardour/video_server_dialog.cc
libs/gtkmm2ext/gtkmm2ext/gtk_ui.h

index fbe28bd8214cd180f539d35a4439e59499355e1d..a3e356decc6a3cb7c9303a6f608a74e7e2c4c85b 100644 (file)
@@ -18,6 +18,9 @@
 
 */
 #include "ardour/session.h"
+#ifdef interface
+#undef interface
+#endif
 #include "export_video_infobox.h"
 #include "i18n.h"
 
index 8838409ccf2844ce62b73e381de74e6988c6ab29..a8383f4d2393b3c7496bfc844601391227616049 100644 (file)
 #include "ardour/template_utils.h"
 #include "ardour/session.h"
 
+#ifdef interface
+#undef interface
+#endif
+
 #include "video_server_dialog.h"
 #include "utils_videotl.h"
 #include "i18n.h"
index 64176232f05f4a2f36d2cba695fb64217a9e202d..a758ad78f4aee8f9a9a8073b28d414edfb61eff2 100644 (file)
 #include <setjmp.h>
 #include <pthread.h>
 
+#ifdef interface
+#undef interface
+#endif
+
 #include <glibmm/thread.h>
 
 #include <gtkmm/widget.h>