diff options
| author | pepper <pepper@chimecrisis.com> | 2015-01-31 21:41:28 -0800 |
|---|---|---|
| committer | pepper <pepper@chimecrisis.com> | 2015-01-31 21:41:28 -0800 |
| commit | 97587996ee9db30ce00190bdcedd8210490b99f5 (patch) | |
| tree | d8554969ac496be3a1b02a159f2a4b5b79f9492e /vstgui.sf/vstgui/vstplugsmacho.h | |
backup vst 2.4
Diffstat (limited to 'vstgui.sf/vstgui/vstplugsmacho.h')
| -rw-r--r-- | vstgui.sf/vstgui/vstplugsmacho.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vstgui.sf/vstgui/vstplugsmacho.h b/vstgui.sf/vstgui/vstplugsmacho.h new file mode 100644 index 0000000..824d006 --- /dev/null +++ b/vstgui.sf/vstgui/vstplugsmacho.h @@ -0,0 +1,22 @@ +#define MAC 1 +#define MACX 1 +#define WINDOWS 0 +#define SGI 0 +#define MOTIF 0 +#define BEBOX 0 + +#define USE_NAMESPACE 0 +#define CARBON 1 + +#define TARGET_API_MAC_CARBON 1 +#define TARGET_OS_MAC 1 +#define OLDP2C 1 +#define OPAQUE_TOOLBOX_STRUCTS 1 +#define USENAVSERVICES 1 + +#define __DEBUGGING__ +#define __CF_USE_FRAMEWORK_INCLUDES__ + +#if __MWERKS__ +#define __NOEXTENSIONS__ +#endif |
