mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
fixups for building on OS X where apple define silly macros
This commit is contained in:
parent
c40accda42
commit
07a5372eea
1 changed files with 7 additions and 0 deletions
|
|
@ -21,6 +21,13 @@
|
|||
#ifndef __ardour_gtk_automation_controller_h__
|
||||
#define __ardour_gtk_automation_controller_h__
|
||||
|
||||
#ifdef YES
|
||||
#undef YES
|
||||
#endif
|
||||
#ifdef NO
|
||||
#undef NO
|
||||
#endif
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtkmm.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue