fixups for building on OS X where apple define silly macros
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user