aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Gringer/mac/xcode_vst_prefix.h
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2019-11-24 21:23:09 -0500
committerChris Johnson <jinx6568@sover.net>2019-11-24 21:23:09 -0500
commita28a1330f1eedb9cecd95b21c28155491a595613 (patch)
tree09e612dd5bc0423fa8200d4280760cfe5293006a /plugins/MacVST/Gringer/mac/xcode_vst_prefix.h
parentf87fdca8e3df86e62d6552f11a640b71691b57cd (diff)
downloadairwindows-lv2-port-a28a1330f1eedb9cecd95b21c28155491a595613.tar.gz
airwindows-lv2-port-a28a1330f1eedb9cecd95b21c28155491a595613.tar.bz2
airwindows-lv2-port-a28a1330f1eedb9cecd95b21c28155491a595613.zip
Gringer (and Monitoring)
Diffstat (limited to 'plugins/MacVST/Gringer/mac/xcode_vst_prefix.h')
-rwxr-xr-xplugins/MacVST/Gringer/mac/xcode_vst_prefix.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/MacVST/Gringer/mac/xcode_vst_prefix.h b/plugins/MacVST/Gringer/mac/xcode_vst_prefix.h
new file mode 100755
index 0000000..eaf4c0b
--- /dev/null
+++ b/plugins/MacVST/Gringer/mac/xcode_vst_prefix.h
@@ -0,0 +1,17 @@
+#define MAC 1
+#define MACX 1
+
+#define USE_NAMESPACE 0
+
+#define TARGET_API_MAC_CARBON 1
+#define USENAVSERVICES 1
+
+#define __CF_USE_FRAMEWORK_INCLUDES__
+
+#if __MWERKS__
+#define __NOEXTENSIONS__
+#endif
+
+#define QUARTZ 1
+
+#include <AvailabilityMacros.h> \ No newline at end of file