diff options
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r-- | src/ex_cmds2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 582613e12..f86e6ee6a 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 |