>> 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
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