Searched refs:WINVER (Results 1 – 17 of 17) 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
90 #ifndef WINVER91 #define WINVER 0x0500 macro
87 #undef WINVER88 #define WINVER 0x0500 macro
237 #if (defined (WINVER) && (WINVER < 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) …238 (!defined (WINVER) && (defined (_WIN32_WINDOWS) && (_WIN32_WINDOWS < 0x0410) || \
108 #ifndef WINVER109 #define WINVER 0x0500 macro
161 # if defined (_STLP_NEW_PLATFORM_SDK) && (!defined (WINVER) || (WINVER >= 0x0501)) && \
45 #ifndef WINVER46 #define WINVER 0x0500 macro
5 thanks to the well known Microsoft macros WINVER, _WIN32_WINDOWS or15 use, windows.h gives a default value to WINVER. However, when using the
284 #if WINVER >= 0x0600 // Vista or Windows Server 2000347 #if WINVER >= 0x0600 // Vista or Windows Server 2000
443 echo WINVER=0x0400 >> build\Makefiles\nmake\config.mak449 echo WINVER=0x0410 >> build\Makefiles\nmake\config.mak455 echo WINVER=0x0501 >> build\Makefiles\nmake\config.mak617 echo WINVER=0x0501 >> build\Makefiles\nmake\config.mak
140 'WINVER=0x0500',
1480 'WINVER=0x0600',
1838 give WINVER, _WIN32_WINDOWS or _WIN32_WINNT values.1967 Windows 95 and NT4 has both WINVER == 0x0400 but only Windows 95 has2159 Add WINVER definition when building libraries to signal required OS
288 between WINVER and _WIN32_VERSION anymore, WINVER is prefered.1934 * stlport/stl/_threads.h, src/allocators.cpp: Add WINVER macro1936 WINVER is more generaly used accross different Windows platforms.
4445 * wtf/Assertions.cpp: Don't #define WINVER and _WIN32_WINNT if they