/* jit.mac.h Copyright 2001-2002 - Cycling '74 Joshua Kit Clayton jkc@cycling74.com */ #ifndef __JIT_MAC_H__ #define __JIT_MAC_H__ #include #include #include #include #include #include #include #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif #if (TARGET_API_MAC_CARBON) #define StripAddress(theAddress) ((Ptr)(theAddress)) #endif OSErr jit_mac_gestalt(OSType selector, long *response); #endif //__JIT_MAC_H__