I'm doing the following:
<BR>#include <windows.h><BR>#define _WIN32_WINNT 0x0400
This will however always result in this:
sourcefile(line) : warning C4005: '_WIN32_WINNT' : macro redefinition
c:\program files\microsoft sdks\windows\v6.0a\include\sdkddkver.h(151) : see previous definition of '_WIN32_WINNT'
It's only defined once. How do I fix this without setting _WIN32_WINNT to 0x0501?