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
This commit is contained in:
parent
f383585094
commit
533e40ca52
@ -18,6 +18,9 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
|
#ifdef interface
|
||||||
|
#undef interface
|
||||||
|
#endif
|
||||||
#include "export_video_infobox.h"
|
#include "export_video_infobox.h"
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
||||||
|
@ -29,6 +29,10 @@
|
|||||||
#include "ardour/template_utils.h"
|
#include "ardour/template_utils.h"
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
|
|
||||||
|
#ifdef interface
|
||||||
|
#undef interface
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "video_server_dialog.h"
|
#include "video_server_dialog.h"
|
||||||
#include "utils_videotl.h"
|
#include "utils_videotl.h"
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
@ -27,6 +27,10 @@
|
|||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
|
#ifdef interface
|
||||||
|
#undef interface
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glibmm/thread.h>
|
#include <glibmm/thread.h>
|
||||||
|
|
||||||
#include <gtkmm/widget.h>
|
#include <gtkmm/widget.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user