mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
23 lines
573 B
Objective-C
23 lines
573 B
Objective-C
#ifndef PRELUDE_MAC_H_X1SR1JB2
|
|
#define PRELUDE_MAC_H_X1SR1JB2
|
|
|
|
#import "prelude.c"
|
|
|
|
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4
|
|
typedef float CGFloat;
|
|
#endif
|
|
|
|
#import <AudioToolbox/AudioToolbox.h>
|
|
#import <Carbon/Carbon.h>
|
|
#import <CommonCrypto/CommonDigest.h>
|
|
#import <CoreFoundation/CoreFoundation.h>
|
|
#import <CoreServices/CoreServices.h>
|
|
#import <Security/Security.h>
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
|
|
|
#import <asl.h>
|
|
#import <libkern/OSAtomic.h>
|
|
#import <machine/byte_order.h>
|
|
|
|
#endif /* end of include guard: PRELUDE_MAC_H_X1SR1JB2 */
|