Help for this page

Select Code to Download


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