1
0
forked from aniani/vim

updated for version 7.0b

This commit is contained in:
Bram Moolenaar
2006-03-24 22:46:53 +00:00
parent c01140a1a0
commit 76b92b2830
102 changed files with 1377 additions and 1810 deletions

View File

@@ -9,7 +9,10 @@
# define __CYGWIN32__
#endif
#include <scheme.h>
/* #ifdef needed for "make depend" */
#ifdef FEAT_MZSCHEME
# include <scheme.h>
#endif
#ifdef __MINGW32__
# undef __CYGWIN32__