From 4ef6232de452bc67f694a0538bcfd8b30b451778 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 5 Dec 2013 14:44:00 -0500 Subject: [PATCH] fix another instance of the horrible "interface" keyword collision --- gtk2_ardour/system_exec.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gtk2_ardour/system_exec.h b/gtk2_ardour/system_exec.h index cf8518f547..2c16bf9e9d 100644 --- a/gtk2_ardour/system_exec.h +++ b/gtk2_ardour/system_exec.h @@ -30,6 +30,15 @@ #define STDERR_FILENO 2 #endif +#if defined (__MINGW64__) +#include + +#ifdef interface +#undef interface // VKamyshniy: to avoid "include/giomm-2.4/giomm/dbusmessage.h:270:94: error: expected ',' or '...' before 'struct'" +#endif + +#endif + #include #include #include