Declare 10.9 version in Darwin
Fixes compilation issues in Mavericks
This commit is contained in:
parent
8247bc2b2b
commit
f779978a42
|
@ -13,6 +13,10 @@
|
|||
#define toNSString(str) [NSString stringWithUTF8String:(str)]
|
||||
#define fromNSString(str) [(str) UTF8String]
|
||||
|
||||
#ifndef NSAppKitVersionNumber10_9
|
||||
#define NSAppKitVersionNumber10_9 1265
|
||||
#endif
|
||||
|
||||
// menu.m
|
||||
@interface menuManager : NSObject {
|
||||
struct mapTable *items;
|
||||
|
|
Loading…
Reference in New Issue