[patch] non-mbyte versions cannot compile on Windows

2011-08-26 Thread Sergey Khorev
Hi, I noticed that normal/small/tiny Vim cannot be compiled with MSVC. Patch below fixes this as well as warnings about unused local variables p and c: - diff -r 6ca6a42b3cc7 src/os_win32.c --- a/src/os_win32.cFri Aug 26 16:13:00 2011 +0200 +++ b/src/os_win32.c

Re: [patch] non-mbyte versions cannot compile on Windows

2011-08-27 Thread Bram Moolenaar
Sergey Khorev wrote: > I noticed that normal/small/tiny Vim cannot be compiled with MSVC. > Patch below fixes this as well as warnings about unused local > variables p and c: Thanks. I'm solve the unused variables by moving them to the block where they are used. -- System administrators are