Searched refs:WINVER (Results 1 – 4 of 4) sorted by relevance
26 #ifndef WINVER // Specifies that the minimum required platform is Windows …27 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of… macro
21 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.22 #define WINVER 0x0500 // Change this to the appropriate value to target other versions of W… macro
31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 200… macro