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

Revert "Fix to define FEAT_CLIPBOARD"
This commit is contained in:
Kazuki Sakamoto
2016-07-30 20:23:08 -07:00
committed by GitHub
+2 -4
View File
@@ -15,12 +15,10 @@
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 */
#endif
#define NO_X11_INCLUDES
#define BalloonEval int /* used in header files */
#include "vim.h"
#import <Cocoa/Cocoa.h>