Re: if_ole.cpp triggers warnings on VC++ 2005

2006-06-27 Thread Mathias Michaelis
>> As it was discussed earlier, on MS VC++ 2005 additional defines is >> required in order to use some of the standard C library functions >> without warnings. This defines should be done before inclusion of a >> windows.h header. This defines was added into vim.h. In if_ole.cpp >> vim.h is

Re: if_ole.cpp triggers warnings on VC++ 2005

2006-06-24 Thread Bram Moolenaar
Ilya Bobir wrote: > As it was discussed earlier, on MS VC++ 2005 additional defines is > required in order to use some of the standard C library functions > without warnings. This defines should be done before inclusion of a > windows.h header. This defines was added into vim.h. In if_ole.c