mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Fix collision between keyword interface used in glibmm and windows headers
This commit is contained in:
parent
592a21db5f
commit
ce5744ae51
2 changed files with 4 additions and 4 deletions
|
|
@ -22,6 +22,10 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#ifdef interface
|
||||
#undef interface
|
||||
#endif
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "ardour/types.h"
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@
|
|||
#include "ardour/profile.h"
|
||||
#include "ardour/session.h"
|
||||
|
||||
#ifdef interface
|
||||
#undef interface
|
||||
#endif
|
||||
|
||||
#include "actions.h"
|
||||
#include "add_route_dialog.h"
|
||||
#include "add_video_dialog.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue