Home
last modified time | relevance | path

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

12

/third_party/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
/third_party/node/deps/cares/src/lib/
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
/third_party/skia/src/utils/win/
DSkDWriteNTDDI_VERSION.h26 # if defined(WINVER)
27 # undef WINVER
/third_party/flutter/skia/src/utils/win/
DSkDWriteNTDDI_VERSION.h26 # if defined(WINVER)
27 # undef WINVER
/third_party/flutter/glfw/src/
Dwin32_platform.h55 #if WINVER < 0x0501
56 #undef WINVER
57 #define WINVER 0x0501 macro
108 #if WINVER < 0x0601
DCMakeLists.txt72 # HACK: When building on MinGW, WINVER and UNICODE need to be defined before
77 "$<$<BOOL:${MINGW}>:UNICODE;WINVER=0x0501>")
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/winrt/
Dmeson.build59 #ifndef WINVER
62 #if (WINVER < 0x0A00)
/third_party/mesa3d/src/gallium/targets/wgl/
Dwgl.c208 #if WINVER >= 0xA00
256 #if WINVER >= 0xA00
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.h53 #if WINVER < 0x0601
79 #if WINVER < 0x0603
/third_party/python/PC/
Dpyconfig.h153 #ifndef WINVER
154 #define WINVER Py_WINVER macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASupport.h19 #define WINVER _WIN32_WINNT_VISTA macro
/third_party/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
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dmeson.build115 #ifndef WINVER
118 #if (WINVER < 0x0A00)
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmeson.build107 #ifndef WINVER
110 #if (WINVER < 0x0A00)
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/
DSDL_xaudio2.c87 #ifdef WINVER
88 #if WINVER >= 0x0602 /* Windows 8 SDK or higher? */
/third_party/icu/icu4c/source/i18n/
Dwinnmfmt.cpp146 #if defined(WINVER) && (WINVER >= 0x0601) in GetEquivalentWindowsLocaleName()
Dwindtfmt.cpp101 #if defined(WINVER) && (WINVER >= 0x0601) in GetEquivalentWindowsLocaleName()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c242 #if WINVER < 0x0600
/third_party/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.
/third_party/skia/third_party/externals/icu/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.
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dmeson.build104 #if (WINVER < 0x0A00)
/third_party/skia/buildtools/third_party/libc++/
DBUILD.gn37 "WINVER=_WIN32_WINNT_WIN7",

12