Ask Your Question

Revision history [back]

The problem (according to Artur Wieczorek) is OS version set by MinGW by default. To cure it find "commctrl.h" in MinGW directory and something like

#if 0
#define _WIN32_IE   0x0300
#endif

then change it to

#if 1
#define _WIN32_IE   0x0500
#endif