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 8eae3da + 01f1fde commit 05c5a99Copy full SHA for 05c5a99
1 file changed
src/os_macosx.m
@@ -15,10 +15,12 @@
15
Error: MACOS 9 is no longer supported in Vim 7
16
#endif
17
18
+#ifndef FEAT_GUI_MACVIM
19
/* Avoid a conflict for the definition of Boolean between Mac header files and
20
* X11 header files. */
-#define NO_X11_INCLUDES
21
-#define BalloonEval int /* used in header files */
+# define NO_X11_INCLUDES
22
+# define BalloonEval int /* used in header files */
23
+#endif
24
25
#include "vim.h"
26
#import <Cocoa/Cocoa.h>
0 commit comments