aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Baxandall/mac/xcode_vst_prefix.h
blob: eaf4c0b4b5a53661e0727d834fc0681b29a56a54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#define MAC 1
#define MACX 1

#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

#include <AvailabilityMacros.h>