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 db4fcf4 commit 4df3d1dCopy full SHA for 4df3d1d
1 file changed
src/vim.h
@@ -1751,7 +1751,7 @@ typedef int proftime_T; /* dummy for function prototypes */
1751
#endif
1752
1753
/* Needs to be before option.h, which uses BLUR_TRANSPARENCY */
1754
-#if defined(FEAT_TRANSPARENCY) && (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5)
+#if defined(FEAT_TRANSPARENCY) && defined(MAC_OS_X_VERSION_10_5) && (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5)
1755
# define BLUR_TRANSPARENCY
1756
1757
0 commit comments