From 07a5372eea6b70dd9f3224aa3aead904e2eef72c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 30 Apr 2013 11:14:06 -0400 Subject: [PATCH] fixups for building on OS X where apple define silly macros --- gtk2_ardour/automation_controller.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h index 88e6d87e01..29635c8488 100644 --- a/gtk2_ardour/automation_controller.h +++ b/gtk2_ardour/automation_controller.h @@ -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 #include