Home
last modified time | relevance | path

Searched refs:WINVER (Results 1 - 15 of 15) sorted by relevance

/third_party/curl/lib/
H A Dconfig-win32.h356 # ifndef WINVER
357 # define WINVER VS2008_DEF_TARGET macro
359 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
369 # ifndef WINVER
370 # define WINVER VS2012_DEF_TARGET macro
372 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h31 #if defined(WINVER) && (WINVER < 0x0501)
32 #undef WINVER macro
34 #define WINVER 0x0501 macro
35 #define _WIN32_WINNT WINVER
/third_party/node/deps/cares/src/lib/
H A Dconfig-win32.h273 # ifndef WINVER
274 # define WINVER MSVC_MIN_TARGET macro
284 # ifndef WINVER
285 # define WINVER 0x0602 macro
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DStdAfx.h19 #ifndef WINVER
20 #define WINVER _WIN32_WINNT macro
31 WINVER and _WIN32_WINNT
36 if WINVER is not set <windows.h> sets WINVER to value:
44 <windows.h> sets WINVER if it's not set.
50 #ifndef WINVER
52 #define WINVER _WIN32_WINNT
54 #define WINVER 0x0601 // in win7 sdk
55 #define WINVER
[all...]
/third_party/skia/src/utils/win/
H A DSkDWriteNTDDI_VERSION.h18 // This also requires resetting _WIN32_WINNT and WINVER.
26 # if defined(WINVER)
27 # undef WINVER macro
/third_party/mesa3d/src/gallium/targets/wgl/
H A Dwgl.c208 #if WINVER >= 0xA00
256 #if WINVER >= 0xA00
/third_party/python/PC/
H A Dpyconfig.h159 #ifndef WINVER
160 #define WINVER Py_WINVER macro
/third_party/glfw/src/
H A Dwin32_platform.h52 #if WINVER < 0x0501
53 #undef WINVER macro
54 #define WINVER 0x0501 macro
120 #if WINVER < 0x0601
131 #if WINVER < 0x0600
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASupport.h19 #define WINVER _WIN32_WINNT_VISTA macro
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h394 #if WINVER >= 0x600
404 #if WINVER >= 0xA00
460 #if WINVER >= 0x600
463 #if WINVER >= 0xA00
492 #if WINVER >= 0x500
508 #endif // WINVER >= 0x500
510 #if WINVER >= 0x600
539 #if WINVER >= 0x500
551 #endif // WINVER >= 0x500
558 #if WINVER >
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp101 #if defined(WINVER) && (WINVER >= 0x0601) in GetEquivalentWindowsLocaleName()
H A Dwinnmfmt.cpp146 #if defined(WINVER) && (WINVER >= 0x0601) in GetEquivalentWindowsLocaleName()
/third_party/lame/ACM/
H A DACM.cpp68 #if (WINVER >= 0x0400)
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp217 #if !defined(_WIN32) || !defined(WINVER) || WINVER < 0x0600
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h141 `WINVER` for Windows, `VK_USE_PLATFORM_WIN32_KHR` for Vulkan), you must define
4132 #elif defined(_WIN32) && defined(WINVER) && WINVER >= 0x0600

Completed in 38 milliseconds