diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-12-17 18:06:06 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-12-17 18:06:06 +0100 |
commit | 9c26303293f9bbab75d7074038dec0d33f4eb635 (patch) | |
tree | 7bfda2c6111a9a0f2390ea6a917b5dd8db104e67 /src/os_win16.c | |
parent | 0215e8e15bb97299cc1b00d3bae877309dadc505 (diff) | |
download | vim-9c26303293f9bbab75d7074038dec0d33f4eb635.zip |
updated for version 7.3.085
Problem: Inconsistency with preproc symbols. void * computation.
Solution: Include vimio.h from vim.h. Add type cast.
Diffstat (limited to 'src/os_win16.c')
-rw-r--r-- | src/os_win16.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_win16.c b/src/os_win16.c index ba3407241..66ca198ed 100644 --- a/src/os_win16.c +++ b/src/os_win16.c @@ -20,7 +20,6 @@ # pragma warn -obs #endif -#include "vimio.h" #include "vim.h" #include <dos.h> |