We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e784f74 + 54a1107 commit 7e1c6beCopy full SHA for 7e1c6be
1 file changed
src/MacVim/MacVim.h
@@ -345,9 +345,13 @@ typedef unsigned int NSUInteger;
345
# define NSINTEGER_DEFINED 1
346
#endif
347
348
-#ifndef NSAppKitVersionNumber10_4 // Needed for pre-10.5 SDK
+// Needed for pre-10.5 SDK
349
+#ifndef NSAppKitVersionNumber10_4
350
# define NSAppKitVersionNumber10_4 824
351
352
+#ifndef NSAppKitVersionNumber10_10_Max
353
+# define NSAppKitVersionNumber10_10_Max 1349
354
+#endif
355
356
#ifndef CGFLOAT_DEFINED
357
// On Leopard, CGFloat is float on 32bit and double on 64bit. On Tiger,
0 commit comments