In the library source (0.7)
all the #if definded is _WINDOWS.
But if I'm actually making a win32 console application with MSVC6, it does not define _WINDOWS but _CONSOLE.
I think all _WINDOWS should be replaced with _WIN32....
What do you guys think?
In the library source (0.7)
all the #if definded is _WINDOWS.
But if I'm actually making a win32 console application with MSVC6, it does not define _WINDOWS but _CONSOLE.
I think all _WINDOWS should be replaced with _WIN32....
What do you guys think?
Console mode: WIN32,_DEBUG,_CONSOLE,_MBCS
non-Console mode: WIN32,_DEBUG,_WINDOWS,_MBCS