Searched refs:_WIN32_IE (Results 1 – 3 of 3) sorted by relevance
33 #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explore…34 #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of… macro
43 #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.44 #define _WIN32_IE 0x0501 // Change this to the appropriate value to target IE 5.0 or later. macro