Home
last modified time | relevance | path

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

12

/third_party/curl/lib/
Dconfig-win32.h514 # ifndef WINVER
515 # define WINVER VS2008_DEF_TARGET macro
517 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
527 # ifndef WINVER
528 # define WINVER VS2012_DEF_TARGET macro
530 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
546 # ifndef WINVER
547 # define WINVER 0x0500 macro
/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/boost/boost/asio/detail/
Dwin_thread.hpp36 #if defined(WINVER) && (WINVER < 0x0500)
89 #if defined(WINVER) && (WINVER < 0x0500)
Dwin_iocp_io_context.hpp214 #if defined(WINVER) && (WINVER < 0x0500)
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwin_thread.hpp36 #if defined(WINVER) && (WINVER < 0x0500)
89 #if defined(WINVER) && (WINVER < 0x0500)
Dwin_iocp_io_context.hpp214 #if defined(WINVER) && (WINVER < 0x0500)
/third_party/boost/boost/winapi/
Dconfig.hpp104 #elif defined(WINVER)
105 #define BOOST_USE_WINAPI_VERSION WINVER
213 #if !defined(WINVER)
214 #define WINVER BOOST_USE_WINAPI_VERSION macro
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_2_015.cpp12 #define WINVER 0x0500 macro
16 #if(WINVER >= 0x0500)
/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/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.h53 #if WINVER < 0x0601
79 #if WINVER < 0x0603
/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/targets/wgl/
Dwgl.c228 #if WINVER >= 0xA00
276 #if WINVER >= 0xA00
/third_party/python/PC/
Dpyconfig.h153 #ifndef WINVER
154 #define WINVER Py_WINVER macro
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_thread.ipp136 #if defined(WINVER) && (WINVER < 0x0500)
/third_party/boost/boost/asio/detail/impl/
Dwin_thread.ipp136 #if defined(WINVER) && (WINVER < 0x0500)
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dmeson.build115 #ifndef WINVER
118 #if (WINVER < 0x0A00)
/third_party/boost/libs/winapi/test/run/
Dwinapi_info.cpp44 PRINT_MACRO(WINVER); in print_winsdk_macros()
/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/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? */

12