mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
fix another instance of the horrible "interface" keyword collision
This commit is contained in:
parent
60134ddcba
commit
4ef6232de4
1 changed files with 9 additions and 0 deletions
|
|
@ -30,6 +30,15 @@
|
|||
#define STDERR_FILENO 2
|
||||
#endif
|
||||
|
||||
#if defined (__MINGW64__)
|
||||
#include <windows.h>
|
||||
|
||||
#ifdef interface
|
||||
#undef interface // VKamyshniy: to avoid "include/giomm-2.4/giomm/dbusmessage.h:270:94: error: expected ',' or '...' before 'struct'"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue