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/vstplugscarbon.h | |
| parent | 36773a28ece1641a2d827a29869cdd4c38e87925 (diff) | |
Diffstat (limited to 'vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugscarbon.h')
| -rw-r--r-- | vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugscarbon.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugscarbon.h b/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugscarbon.h new file mode 100644 index 0000000..e0e42c0 --- /dev/null +++ b/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugscarbon.h @@ -0,0 +1,15 @@ + +#define MAC 1 +#define WINDOWS 0 +//#define PC 0 +#define SGI 0 +#define MOTIF 0 +#define BEBOX 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
\ No newline at end of file |
