mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Merge pull request #92 from macvim-dev/fix/legacy-xcode
Define NSAppKitVersionNumber10_10_Max for legaxy Xcode Fix #91
This commit is contained in:
+5
-1
@@ -345,9 +345,13 @@ typedef unsigned int NSUInteger;
|
||||
# define NSINTEGER_DEFINED 1
|
||||
#endif
|
||||
|
||||
#ifndef NSAppKitVersionNumber10_4 // Needed for pre-10.5 SDK
|
||||
// Needed for pre-10.5 SDK
|
||||
#ifndef NSAppKitVersionNumber10_4
|
||||
# define NSAppKitVersionNumber10_4 824
|
||||
#endif
|
||||
#ifndef NSAppKitVersionNumber10_10_Max
|
||||
# define NSAppKitVersionNumber10_10_Max 1349
|
||||
#endif
|
||||
|
||||
#ifndef CGFLOAT_DEFINED
|
||||
// On Leopard, CGFloat is float on 32bit and double on 64bit. On Tiger,
|
||||
|
||||
Reference in New Issue
Block a user