aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2018-12-23 17:36:57 -0500
committerChris Johnson <jinx6568@sover.net>2018-12-23 17:36:57 -0500
commit35ee7938c7c86758d0b5e6413679db9bb7b90ab2 (patch)
tree5cbc42fac43f66d20afc56683f393759a3c102f1 /plugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h
parent2a6e1bef6b4bd039386aa24c988f5d69364ff874 (diff)
downloadairwindows-lv2-port-35ee7938c7c86758d0b5e6413679db9bb7b90ab2.tar.gz
airwindows-lv2-port-35ee7938c7c86758d0b5e6413679db9bb7b90ab2.tar.bz2
airwindows-lv2-port-35ee7938c7c86758d0b5e6413679db9bb7b90ab2.zip
RawTimbers
Diffstat (limited to 'plugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h')
-rwxr-xr-xplugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h b/plugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h
new file mode 100755
index 0000000..eaf4c0b
--- /dev/null
+++ b/plugins/MacVST/RawTimbers/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