Anonymous - 2015-07-22

Find a temporary solution

Add a line into the file:
......\TDM-GCC-64\x86_64-w64-mingw32\include\commctrl.h

define _WIN32_IE 0x0603


It is like this:

ifndef WINRESRC

ifndef _WIN32_IE

//#define _WIN32_IE 0x0501

endif

endif

define _WIN32_IE 0x0603