Home
last modified time | relevance | path

Searched refs:WINVER (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebKitPrefix.h33 #ifndef WINVER
34 #define WINVER 0x0500 macro
/external/webkit/Tools/WinLauncher/
Dstdafx.h35 #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
/external/webkit/Source/WebCore/
DWebCorePrefix.h44 #ifndef WINVER
45 #define WINVER 0x0500 macro
Dconfig.h90 #ifndef WINVER
91 #define WINVER 0x0500 macro
/external/webkit/Tools/DumpRenderTree/
Dconfig.h87 #undef WINVER
88 #define WINVER 0x0500 macro
/external/stlport/stlport/stl/config/
D_windows.h237 #if (defined (WINVER) && (WINVER < 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) …
238 (!defined (WINVER) && (defined (_WIN32_WINDOWS) && (_WIN32_WINDOWS < 0x0410) || \
/external/webkit/Source/WebKit2/
Dconfig.h108 #ifndef WINVER
109 #define WINVER 0x0500 macro
/external/stlport/src/
Dlock_free_slist.h161 # if defined (_STLP_NEW_PLATFORM_SDK) && (!defined (WINVER) || (WINVER >= 0x0501)) && \
/external/webkit/Source/JavaScriptCore/wtf/
DAssertions.cpp45 #ifndef WINVER
46 #define WINVER 0x0500 macro
/external/stlport/doc/
DREADME.windows5 thanks to the well known Microsoft macros WINVER, _WIN32_WINDOWS or
15 use, windows.h gives a default value to WINVER. However, when using the
/external/valgrind/unittest/
Dwindows_tests.cc284 #if WINVER >= 0x0600 // Vista or Windows Server 2000
347 #if WINVER >= 0x0600 // Vista or Windows Server 2000
/external/stlport/
Dconfigure.bat443 echo WINVER=0x0400 >> build\Makefiles\nmake\config.mak
449 echo WINVER=0x0410 >> build\Makefiles\nmake\config.mak
455 echo WINVER=0x0501 >> build\Makefiles\nmake\config.mak
617 echo WINVER=0x0501 >> build\Makefiles\nmake\config.mak
/external/chromium/third_party/libjingle/source/talk/
Dmain.scons140 'WINVER=0x0500',
/external/chromium/build/
Dcommon.gypi1480 'WINVER=0x0600',
/external/stlport/etc/
DChangeLog1838 give WINVER, _WIN32_WINDOWS or _WIN32_WINNT values.
1967 Windows 95 and NT4 has both WINVER == 0x0400 but only Windows 95 has
2159 Add WINVER definition when building libraries to signal required OS
DChangeLog-5.1288 between WINVER and _WIN32_VERSION anymore, WINVER is prefered.
1934 * stlport/stl/_threads.h, src/allocators.cpp: Add WINVER macro
1936 WINVER is more generaly used accross different Windows platforms.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-144445 * wtf/Assertions.cpp: Don't #define WINVER and _WIN32_WINNT if they