Merge pull request #313 from macvim-dev/fix/feat_clipboard

Fix to define FEAT_CLIPBOARD
This commit is contained in:
Kazuki Sakamoto
2016-07-29 22:02:00 -07:00
committed by GitHub
+4 -2
View File
@@ -15,10 +15,12 @@
Error: MACOS 9 is no longer supported in Vim 7
#endif
#ifndef FEAT_GUI_MACVIM
/* Avoid a conflict for the definition of Boolean between Mac header files and
* X11 header files. */
#define NO_X11_INCLUDES
#define BalloonEval int /* used in header files */
# define NO_X11_INCLUDES
# define BalloonEval int /* used in header files */
#endif
#include "vim.h"
#import <Cocoa/Cocoa.h>