|
Revision 3766, 409 bytes
(checked in by timothy, 11 months ago)
|
Remove more 10.3 workarounds.
|
| Line | |
|---|
| 1 |
#ifndef MAC_OS_X_VERSION_10_5 |
|---|
| 2 |
#define MAC_OS_X_VERSION_10_5 1050 |
|---|
| 3 |
#endif |
|---|
| 4 |
|
|---|
| 5 |
#ifndef NSAppKitVersionNumber10_4 |
|---|
| 6 |
#define NSAppKitVersionNumber10_4 824 |
|---|
| 7 |
#endif |
|---|
| 8 |
|
|---|
| 9 |
#import <AvailabilityMacros.h> |
|---|
| 10 |
|
|---|
| 11 |
#ifdef __OBJC__ |
|---|
| 12 |
|
|---|
| 13 |
#import <Cocoa/Cocoa.h> |
|---|
| 14 |
#import <WebKit/WebKit.h> |
|---|
| 15 |
#import <AddressBook/AddressBook.h> |
|---|
| 16 |
#import <AGRegex/AGRegex.h> |
|---|
| 17 |
#import <ChatCore/ChatCore.h> |
|---|
| 18 |
#import <Foundation/NSDebug.h> |
|---|
| 19 |
|
|---|
| 20 |
#endif |
|---|
| 21 |
|
|---|
| 22 |
#include <sys/xattr.h> |
|---|