From 5cafb98983adf47c2daa4480e04984309355b7bf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Jul 2013 15:29:28 -0400 Subject: 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 --- gtk2_ardour/export_timespan_selector.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/export_timespan_selector.h') diff --git a/gtk2_ardour/export_timespan_selector.h b/gtk2_ardour/export_timespan_selector.h index 2118a57b83..5556f5f676 100644 --- a/gtk2_ardour/export_timespan_selector.h +++ b/gtk2_ardour/export_timespan_selector.h @@ -25,9 +25,14 @@ #include +#ifdef interface +#undef interface +#endif + #include #include + #include "ardour/types.h" #include "ardour/session_handle.h" #include "ardour/export_profile_manager.h" -- cgit v1.2.3