- or download this
#ifndef _WIN32_IE
#define _WIN32_IE 0x0300
#endif
#include <commctrl.h>
- or download this
#include <commctrl.h>
#ifndef _WIN32_IE
#define _WIN32_IE 0x0300
#endif
- or download this
#if !defined( _WIN32_IE) && !defined(__MINGW64_VERSION_MAJOR)
#define _WIN32_IE 0x0300
#endif
#include <commctrl.h>