summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-12-17 18:06:06 +0100
committerBram Moolenaar <Bram@vim.org>2010-12-17 18:06:06 +0100
commit9c26303293f9bbab75d7074038dec0d33f4eb635 (patch)
tree7bfda2c6111a9a0f2390ea6a917b5dd8db104e67 /src/vim.h
parent0215e8e15bb97299cc1b00d3bae877309dadc505 (diff)
downloadvim-git-9c26303293f9bbab75d7074038dec0d33f4eb635.tar.gz
updated for version 7.3.085v7.3.085
Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index 60e91c752..5eea08504 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -27,6 +27,11 @@
# endif
#endif
+#if defined(MSDOS) || defined(WIN16) || defined(WIN32) || defined(_WIN64) \
+ || defined(__EMX__)
+# include "vimio.h"
+#endif
+
/* ============ the header file puzzle (ca. 50-100 pieces) ========= */
#ifdef HAVE_CONFIG_H /* GNU autoconf (or something else) was here */