summaryrefslogtreecommitdiff
path: root/vstgui.sf/vstgui/vstplugsmac.h
diff options
context:
space:
mode:
authorpepper <pepper@chimecrisis.com>2015-01-31 21:41:28 -0800
committerpepper <pepper@chimecrisis.com>2015-01-31 21:41:28 -0800
commit97587996ee9db30ce00190bdcedd8210490b99f5 (patch)
treed8554969ac496be3a1b02a159f2a4b5b79f9492e /vstgui.sf/vstgui/vstplugsmac.h
backup vst 2.4
Diffstat (limited to 'vstgui.sf/vstgui/vstplugsmac.h')
-rw-r--r--vstgui.sf/vstgui/vstplugsmac.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/vstgui.sf/vstgui/vstplugsmac.h b/vstgui.sf/vstgui/vstplugsmac.h
new file mode 100644
index 0000000..b7ccb69
--- /dev/null
+++ b/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