Changeset 3349
- Timestamp:
- 08/28/06 00:59:07 (2 years ago)
- Files:
-
- trunk/Basic.pch (modified) (1 diff)
- trunk/Chat Core/MVChatConnectionPrivate.h (modified) (1 diff)
- trunk/Colloquy.pch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Basic.pch
r3344 r3349 1 #ifndef MAC_OS_X_VERSION_10_5 2 #define MAC_OS_X_VERSION_10_5 1050 3 #endif 4 5 #import <AvailabilityMacros.h> 6 1 7 #ifdef __OBJC__ 2 8 #import <Cocoa/Cocoa.h> 3 9 #endif 4 5 #ifndef MAC_OS_X_VERSION_10_46 #define MAC_OS_X_VERSION_10_5 10507 #endiftrunk/Chat Core/MVChatConnectionPrivate.h
r3192 r3349 1 1 #import "MVChatConnection.h" 2 3 @interface NSThread (NSThreadLeopard) 4 - (void) cancel; 5 - (void) setName:(NSString *) name; 6 @end 7 8 #pragma mark - 2 9 3 10 @interface MVChatConnection (MVChatConnectionPrivate) trunk/Colloquy.pch
r3346 r3349 1 #ifndef MAC_OS_X_VERSION_10_5 2 #define MAC_OS_X_VERSION_10_5 1050 3 #endif 4 5 #import <AvailabilityMacros.h> 6 1 7 #ifdef __OBJC__ 2 8 … … 15 21 extern int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options) WEAK_IMPORT_ATTRIBUTE; 16 22 extern ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options) WEAK_IMPORT_ATTRIBUTE; 17 18 #ifndef MAC_OS_X_VERSION_10_419 #define MAC_OS_X_VERSION_10_5 105020 #endif
