Home
last modified time | relevance | path

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

12

/external/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h31 #if defined(WINVER) && (WINVER < 0x0501)
32 #undef WINVER
34 #define WINVER 0x0501 macro
35 #define _WIN32_WINNT WINVER
/external/curl/lib/
Dconfig-win32.h551 # ifndef WINVER
552 # define WINVER VS2008_DEF_TARGET macro
554 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
564 # ifndef WINVER
565 # define WINVER VS2012_DEF_TARGET macro
567 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
583 # ifndef WINVER
584 # define WINVER 0x0500 macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dconfig-win32.h259 # ifndef WINVER
260 # define WINVER VS2008_MIN_TARGET macro
262 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
273 # ifndef WINVER
274 # define WINVER 0x0600 macro
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DStdAfx.h27 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
28 …#define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 200… macro
/external/mdnsresponder/mDNSWindows/DLLX/
Dstdafx.h36 #ifndef WINVER // Allow use of features specific to Windows XP or later.
38 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows. macro
/external/mdnsresponder/mDNSWindows/ControlPanel/
Dstdafx.h26 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
27 #define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 200… macro
/external/skqp/src/utils/win/
DSkDWriteNTDDI_VERSION.h26 # if defined(WINVER)
27 # undef WINVER
/external/skia/src/utils/win/
DSkDWriteNTDDI_VERSION.h26 # if defined(WINVER)
27 # undef WINVER
/external/zstd/lib/common/
Dthreading.h29 #ifdef WINVER
30 # undef WINVER
32 #define WINVER 0x0600 macro
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dmutex.h15 #if defined(WINVER) && WINVER >= 0x0600
/external/python/cpython3/PC/
Dpyconfig.h153 #ifndef WINVER
154 #define WINVER Py_WINVER macro
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASupport.h19 #define WINVER _WIN32_WINNT_VISTA macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASupport.h19 #define WINVER _WIN32_WINNT_VISTA macro
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASupport.h20 #define WINVER _WIN32_WINNT_VISTA macro
/external/python/cpython2/PC/
Dpyconfig.h188 #ifndef WINVER
189 #define WINVER Py_WINVER macro
/external/mesa3d/src/gallium/frontends/wgl/
Dgldrv.h394 #if WINVER >= 0x600
404 #if WINVER >= 0xA00
460 #if WINVER >= 0x600
463 #if WINVER >= 0xA00
492 #if WINVER >= 0x500
510 #if WINVER >= 0x600
539 #if WINVER >= 0x500
558 #if WINVER >= 0x500
/external/ImageMagick/Magick++/fuzz/
Dmain.cc1 #define WINVER 0x0501 macro
/external/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c224 #if WINVER < 0x0600
Dsctp_os_userspace.h54 #if WINVER < 0x0600
/external/icu/icu4c/source/config/
Dmh-cygwin21 ## ICU requires a minimum target of Windows 7, and WINVER is not set to this by default.
Dmh-cygwin6421 ## ICU requires a minimum target of Windows 7, and WINVER is not set to this by default.
Dmh-cygwin-msvc27 ## ICU requires a minimum target of Windows 7, and WINVER is not set to this by default.
/external/capstone/windowsce/
Dmake_windowsce7-armv7.bat101 set CPPFLAGS=%CPPFLAGS% -D _CRT_SECURE_NO_DEPRECATE -D _WINDOWS -D WINVER=%OS_VERSION_NUMBER% -D UN…
Dmake_windowsce8-armv7.bat101 set CPPFLAGS=%CPPFLAGS% -D _CRT_SECURE_NO_DEPRECATE -D _WINDOWS -D WINVER=%OS_VERSION_NUMBER% -D UN…
/external/tensorflow/third_party/
Dcurl.BUILD19 # may not be needed (or may have to change) if the WINVER setting

12