Mac OS 9
Types.h
Go to the documentation of this file.
1 
29 #ifndef __CONDITIONALMACROS__
30 #include <ConditionalMacros.h>
31 #endif
32 
33 #if TARGET_OS_MAC
34 #ifndef __MACTYPES__
35 #include <MacTypes.h>
36 #endif
37 
38 #else
43 #error This file (Types.h) is for developing MacOS software only!
44 #endif /* TARGET_OS_MAC */
Set up for compiler independent conditionals.
Basic Macintosh data types.