aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2020-05-24 21:28:47 -0400
committerChris Johnson <jinx6568@sover.net>2020-05-24 21:28:47 -0400
commit897c0830e603a950e838a3753f89334bdf56bb71 (patch)
tree0af1b40433fba8f25c5bb2cda65e8100194cc7a5 /plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h
parente55cd09cefc256aa3bcc64d4cb1c88460cc3cc2d (diff)
downloadairwindows-lv2-port-897c0830e603a950e838a3753f89334bdf56bb71.tar.gz
airwindows-lv2-port-897c0830e603a950e838a3753f89334bdf56bb71.tar.bz2
airwindows-lv2-port-897c0830e603a950e838a3753f89334bdf56bb71.zip
ChromeOxide
Diffstat (limited to 'plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h')
-rwxr-xr-xplugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h b/plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h
new file mode 100755
index 0000000..eaf4c0b
--- /dev/null
+++ b/plugins/MacVST/ChromeOxide/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