Changeset 2676
- Timestamp:
- 05/10/05 17:41:40 (3 years ago)
- Files:
-
- trunk/Colloquy.pch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Colloquy.pch
r2667 r2676 5 5 #import <AGRegex/AGRegex.h> 6 6 7 #ifdef MAC_OS_X_VERSION_10_47 #ifdef NSAppKitVersionNumber10_3 8 8 #define WebKitVersion146 1 9 #endif10 11 // for Panther users to build12 #ifndef NSAppKitVersionNumber10_313 #define NSAppKitVersionNumber10_3 74314 9 #endif 15 10 16 11 #endif 17 12 18 #ifdef MAC_OS_X_VERSION_10_413 #ifdef NSAppKitVersionNumber10_3 19 14 #include <sys/xattr.h> 20 15 #endif
