commit | c236c16d0884c7d6cdc4dbaddb8cb3992085f83e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 13 17:41:49 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 13 17:41:49 2008 +0000 |
tree | 7d87344cdf07b6b9234abe26ccef39fbbee54f63 | |
parent | b316376b4893ac3ae62f7f33c483b28b7fc147c0 [diff] [blame] |
updated for version 7.2b-000
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 582613e..f86e6ee 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -11,7 +11,7 @@ * ex_cmds2.c: some more functions for command line commands */ -#if defined(WIN32) && defined(FEAT_CSCOPE) +#if defined(MSDOS) || defined(WIN16) || defined(WIN32) || defined(_WIN64) # include "vimio.h" /* for mch_open(), must be before vim.h */ #endif