summaryrefslogtreecommitdiff
path: root/gtk2_ardour/fix_carbon.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-10-07 14:46:06 +0200
committerRobin Gareus <robin@gareus.org>2014-10-07 14:46:06 +0200
commit7bfa25777b87836e13d74ba0dec1d7d47edf4c72 (patch)
tree888cd5c91b3328d84a7523cc340a8b2fb45605d4 /gtk2_ardour/fix_carbon.h
parent94e7015c70a22c8834ce082f954160f79cbaed94 (diff)
OSX 10.9.5 compile fixes - part one
Diffstat (limited to 'gtk2_ardour/fix_carbon.h')
-rw-r--r--gtk2_ardour/fix_carbon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/fix_carbon.h b/gtk2_ardour/fix_carbon.h
index 62ff0f3e4e..3fd3f4e304 100644
--- a/gtk2_ardour/fix_carbon.h
+++ b/gtk2_ardour/fix_carbon.h
@@ -25,7 +25,11 @@
/* an awful hack to stop Carbon #defines from messing with other code
*/
+#ifdef OSX_MAVERICKS
+#include "MacTypes.h"
+#else
#include "/System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/CarbonCore.framework/Headers/MacTypes.h"
+#endif
#undef Style
#undef Fixed
#undef Yes