diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:37:24 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:37:24 -0800 |
| commit | 58f8437f4b8b741ddc8e7bcde21bf983cc618430 (patch) | |
| tree | bfd0a9d601274fe56de15a4eaeb0998f9481419d /vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsquartz.h | |
| parent | 36773a28ece1641a2d827a29869cdd4c38e87925 (diff) | |
Diffstat (limited to 'vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsquartz.h')
| -rw-r--r-- | vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsquartz.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsquartz.h b/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsquartz.h new file mode 100644 index 0000000..d90058f --- /dev/null +++ b/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsquartz.h @@ -0,0 +1,24 @@ +#define MAC 1 +#define MACX 1 +#define WINDOWS 0 +#define SGI 0 +#define MOTIF 0 +#define BEBOX 0 + +#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 + +#define MAC_OS_X_VERSION_MIN_REQUIRED 1020 +#define MAC_OS_X_VERSION_MAX_ALLOWED 1030 + +#include <AvailabilityMacros.h> |
