Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/test/win/rc-build/
Dtargetver.h10 #ifndef WINVER // Specifies that the minimum required platform is Windows …
11 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of… 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/chromium_org/third_party/usrsctp/
Dusrsctp.gyp144 # Manually setting WINVER and _WIN32_WINNT is needed because Chrome
145 # sets WINVER to a newer version of windows. But compiling usrsctp
147 'WINVER=0x0502',
/external/stlport/src/
Dlock_free_slist.h161 # if defined (_STLP_NEW_PLATFORM_SDK) && (!defined (WINVER) || (WINVER >= 0x0501)) && \
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
Dnormalizedunicodetext.h14 #if (WINVER < 0x0600)
/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/chromium_org/third_party/angle/build/
Dcommon.gypi71 'WINVER=0x0600',
/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_org/build/config/win/
DBUILD.gn30 "WINVER=0x0602",
/external/chromium/third_party/libjingle/source/talk/
Dmain.scons140 'WINVER=0x0500',
/external/chromium_org/third_party/libjingle/source/talk/
Dmain.scons190 '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/chromium_org/build/
Dcommon.gypi4378 'WINVER=0x0602',