HomeSort by relevance Sort by last modified time
    Searched refs:_WIN32_WINNT_VISTA (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
versionhelpers.h 46 return IsWindowsVersionOrGreater(HIBYTE(_WIN32_WINNT_VISTA), LOBYTE(_WIN32_WINNT_VISTA), 0);
50 return IsWindowsVersionOrGreater(HIBYTE(_WIN32_WINNT_VISTA), LOBYTE(_WIN32_WINNT_VISTA), 1);
54 return IsWindowsVersionOrGreater(HIBYTE(_WIN32_WINNT_VISTA), LOBYTE(_WIN32_WINNT_VISTA), 2);
sdkddkver.h 19 #define _WIN32_WINNT_VISTA 0x0600
179 #elif (_WIN32_WINNT <= _WIN32_WINNT_VISTA)
newdev.h 67 #if (WINVER >= _WIN32_WINNT_VISTA)
140 #endif /* (WINVER >= _WIN32_WINNT_VISTA) */
  /external/curl/lib/
curl_threads.h 40 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
41 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
curl_threads.c 132 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
133 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
timeval.c 35 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
36 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
  /external/python/cpython3/PC/
pyshellext.cpp 2 #define _WIN32_WINNT _WIN32_WINNT_VISTA

Completed in 959 milliseconds