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/vstplugsmac.h | |
| parent | 36773a28ece1641a2d827a29869cdd4c38e87925 (diff) | |
Diffstat (limited to 'vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsmac.h')
| -rw-r--r-- | vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsmac.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsmac.h b/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsmac.h new file mode 100644 index 0000000..b7ccb69 --- /dev/null +++ b/vendor/vstsdk2.4/vstgui.sf/vstgui/vstplugsmac.h @@ -0,0 +1,15 @@ +#define MAC 1 +#define WINDOWS 0 +#define SGI 0 +#define MOTIF 0 +#define BEBOX 0 +#define RHAPSODY 0 + +#define TARGET_OS_MAC 1 +#define OPAQUE_TOOLBOX_STRUCTS 0 +#define ACCESSOR_CALLS_ARE_FUNCTIONS 0 +#define CALL_NOT_IN_CARBON 1 +#define USENAVSERVICES 1 + +#define GetPortBounds(port,rect) *(rect) = port->portRect +#define GetPortPixMap(port) port->portPixMap |
