root/tags/2D14/Colloquy.pch

Revision 2590, 165 bytes (checked in by timothy, 4 years ago)

If we know we are building on Tiger, enable the new WebKit? stuff.

Line 
1 #ifdef __OBJC__
2 #import <Cocoa/Cocoa.h>
3 #import <WebKit/WebKit.h>
4 #import <AGRegex/AGRegex.h>
5
6 #ifdef MAC_OS_X_VERSION_10_4
7 #define WebKitVersion146 1
8 #endif
9 #endif
Note: See TracBrowser for help on using the browser.