Changeset 2656
- Timestamp:
- 05/06/05 12:35:14 (3 years ago)
- Files:
-
- trunk/Colloquy.pch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Colloquy.pch
r2590 r2656 1 1 #ifdef __OBJC__ 2 2 3 #import <Cocoa/Cocoa.h> 3 4 #import <WebKit/WebKit.h> … … 7 8 #define WebKitVersion146 1 8 9 #endif 10 11 // for Panther users to build 12 #ifndef NSAppKitVersionNumber10_3 13 #define NSAppKitVersionNumber10_3 743 9 14 #endif 15 16 #endif
