0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

updated for version 7.3.021

Problem:    Conflict for defining Boolean in Mac header files.
Solution:   Define NO_X11_INCLUDES. (Rainer Muller)
This commit is contained in:
Bram Moolenaar
2010-10-10 17:08:43 +02:00
parent 341ad7a699
commit 423f97277d
3 changed files with 8 additions and 2 deletions

View File

@@ -15,6 +15,10 @@
Error: MACOS 9 is no longer supported in Vim 7
#endif
/* Avoid a conflict for the definition of Boolean between Mac header files and
* X11 header files. */
#define NO_X11_INCLUDES
#include "vim.h"
#import <Cocoa/Cocoa.h>