Searched refs:WINVER (Results 1 – 9 of 9) sorted by relevance
33 #ifndef WINVER34 #define WINVER 0x0500 macro
35 #ifndef WINVER // Allow use of features specific to Windows XP or later.36 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Wi… macro
44 #ifndef WINVER45 #define WINVER 0x0500 macro
55 #ifndef WINVER56 #define WINVER 0x0500 macro
56 #undef WINVER57 #define WINVER 0x0500 macro
39 #ifndef WINVER40 #define WINVER 0x0500 macro
795 # if WINVER > 0x0400
1581 definition of WINVER before it includes <windows.h> is used.
4445 * wtf/Assertions.cpp: Don't #define WINVER and _WIN32_WINNT if they