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.
1 parent ebc4e6c commit d0f9616Copy full SHA for d0f9616
1 file changed
src/MacVim/MMCoreTextView.m
@@ -45,9 +45,9 @@
45
#define DRAW_WIDE 0x80 /* draw wide text */
46
#define DRAW_COMP 0x100 /* drawing composing char */
47
48
-#if MAC_OS_X_VERSION_MIN_REQUIRED < 101300
+#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_13
49
typedef NSString * NSAttributedStringKey;
50
-#endif // MAC_OS_X_VERSION_MIN_REQUIRED < 101300
+#endif // MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_13
51
52
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_8
53
#define kCTFontOrientationDefault kCTFontDefaultOrientation
0 commit comments