Changeset 2676

Show
Ignore:
Timestamp:
05/10/05 17:41:40 (3 years ago)
Author:
timothy
Message:

Changes the #ifdef test to use NSAppKitVersionNumber10_3, since that wasn't defined on a 10.3 machine (now that we know the 10.4 define comes with Quicktime 7 for Panther). More of these changes to come.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Colloquy.pch

    r2667 r2676  
    55#import <AGRegex/AGRegex.h> 
    66 
    7 #ifdef MAC_OS_X_VERSION_10_4 
     7#ifdef NSAppKitVersionNumber10_3 
    88#define WebKitVersion146 1 
    9 #endif 
    10  
    11 // for Panther users to build 
    12 #ifndef NSAppKitVersionNumber10_3 
    13 #define NSAppKitVersionNumber10_3 743 
    149#endif 
    1510 
    1611#endif 
    1712 
    18 #ifdef MAC_OS_X_VERSION_10_4 
     13#ifdef NSAppKitVersionNumber10_3 
    1914#include <sys/xattr.h> 
    2015#endif