I create MFC project in VS2010(windows xp). And i take this error:
error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0500. Value 0x0501 or higher is recommended.
if I added in afxcomctl32.h
: #define _WIN32_WINNT 0x0501
, i take 60+ errors.
In project i dont added anything. Use such as Visual Studio created.
What i need to do with this?