/D_WIN32_WINNT=0x0600
/DNTDDI_VERSION=0x06000100
are reported to be conflicting.
One easy way is to set bot to the same value and try
--
--GNR
http://pastebin.com/m5483c66e
http://pastebin.com/m1b989527
http://pastebin.com/m5d906380
http://pastebin.com/m4f816aa1
I'm not sure if I should be setting them the same in the separate build
commands.
USER_C_FLAGS=/D_WIN32_WINNT=0x0600, /DNTDDI_VERSION=0x06000100?
1>c:\winddk\6001.18000\inc\api\sdkddkver.h(252) : error C1189: #error :
_WIN32_
WINNT settings conflicts with _WIN32_IE setting
Do I insert another /D_WIN32_IE=0x0600?