From 35ee7938c7c86758d0b5e6413679db9bb7b90ab2 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Sun, 23 Dec 2018 17:36:57 -0500 Subject: RawTimbers --- plugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 plugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h (limited to 'plugins/MacVST/RawTimbers/mac/xcode_vst_prefix.h') 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 \ No newline at end of file -- cgit v1.2.3