From 49657dc56c73e38d060f022f32bc2562e263daaa Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 7 Mar 2015 21:45:52 +0100 Subject: [PATCH] more OSX weirdness fixes 0cb096a --- gtk2_ardour/au_pluginui.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk2_ardour/au_pluginui.h b/gtk2_ardour/au_pluginui.h index bc1ce4ce21..41b3116e51 100644 --- a/gtk2_ardour/au_pluginui.h +++ b/gtk2_ardour/au_pluginui.h @@ -34,6 +34,13 @@ #undef require #undef verify +#ifdef YES +#undef YES +#endif +#ifdef NO +#undef NO +#endif + #include #include #include