Changeset 2656

Show
Ignore:
Timestamp:
05/06/05 12:35:14 (3 years ago)
Author:
timothy
Message:

This should fix things for Panther builders.

Files:

Legend:

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

    r2590 r2656  
    11#ifdef __OBJC__ 
     2 
    23#import <Cocoa/Cocoa.h> 
    34#import <WebKit/WebKit.h> 
     
    78#define WebKitVersion146 1 
    89#endif 
     10 
     11// for Panther users to build 
     12#ifndef NSAppKitVersionNumber10_3 
     13#define NSAppKitVersionNumber10_3 743 
    914#endif 
     15 
     16#endif