aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Beam/mac/xcode_vst_prefix.h
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2020-06-21 21:58:26 -0400
committerChris Johnson <jinx6568@sover.net>2020-06-21 21:58:26 -0400
commit79dfe233eb2665089a22b9e573e2368e9757fc4e (patch)
treea2313ebf4a604ff20f0b722d92c2190cee341c3e /plugins/MacVST/Beam/mac/xcode_vst_prefix.h
parent6e0febe954289baac253c2b432d1dc4dec403c30 (diff)
downloadairwindows-lv2-port-79dfe233eb2665089a22b9e573e2368e9757fc4e.tar.gz
airwindows-lv2-port-79dfe233eb2665089a22b9e573e2368e9757fc4e.tar.bz2
airwindows-lv2-port-79dfe233eb2665089a22b9e573e2368e9757fc4e.zip
Beam
Diffstat (limited to 'plugins/MacVST/Beam/mac/xcode_vst_prefix.h')
-rwxr-xr-xplugins/MacVST/Beam/mac/xcode_vst_prefix.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/MacVST/Beam/mac/xcode_vst_prefix.h b/plugins/MacVST/Beam/mac/xcode_vst_prefix.h
new file mode 100755
index 0000000..eaf4c0b
--- /dev/null
+++ b/plugins/MacVST/Beam/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