Home
last modified time | relevance | path

Searched refs:_WIN32_WINNT (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A Dwindows.h13 #undef _WIN32_WINNT // undef a previous definition to avoid warning
14 #define _WIN32_WINNT _WIN32_WINNT_VISTA macro
/openbsd/gnu/llvm/libcxx/src/
H A Dchrono.cpp42 # if _WIN32_WINNT >= _WIN32_WINNT_WIN8
70 #if _WIN32_WINNT < _WIN32_WINNT_WIN8
105 #if (_WIN32_WINNT >= _WIN32_WINNT_WIN8 && WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)) || \ in __libcpp_system_clock_now()
106 (_WIN32_WINNT >= _WIN32_WINNT_WIN10) in __libcpp_system_clock_now()
/openbsd/gnu/llvm/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h25 #undef _WIN32_WINNT
29 #define _WIN32_WINNT 0x0601 macro
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASupport.h18 #define _WIN32_WINNT _WIN32_WINNT_VISTA macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.h12 #ifndef _WIN32_WINNT
13 # define _WIN32_WINNT 0x0500 /* needed for CreateHardlink() etc. */ macro
H A Dwin32.c14 #define _WIN32_WINNT 0x0601 macro
/openbsd/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.xs2 #define _WIN32_WINNT 0x0500 macro
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc26 // after Windows.h to make sure it picks up our definition of _WIN32_WINNT