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 05c5a99 commit 1e033f5Copy full SHA for 1e033f5
1 file changed
src/os_macosx.m
@@ -15,12 +15,10 @@
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. */
21
-# define NO_X11_INCLUDES
22
-# define BalloonEval int /* used in header files */
23
-#endif
+#define NO_X11_INCLUDES
+#define BalloonEval int /* used in header files */
24
25
#include "vim.h"
26
#import <Cocoa/Cocoa.h>
0 commit comments