HomeSort by relevance Sort by last modified time
    Searched refs:WINVER (Results 1 - 25 of 68) sorted by null

1 2 3

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
targetver.h 26 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
27 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /external/mdnsresponder/mDNSWindows/DLLX/
stdafx.h 36 #ifndef WINVER // Allow use of features specific to Windows XP or later.
38 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows.
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
StdAfx.h 27 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
28 #define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winresrc.h 9 #ifndef WINVER
10 #define WINVER 0x0502
30 #include <winver.h>
mfmp2dlna.h 9 #if (WINVER >= 0x0601)
32 #endif /*(WINVER >= 0x0601)*/
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 21 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
22 #define WINVER 0x0500 // Change this to the appropriate value to target other versions of Windows.
  /external/mdnsresponder/mDNSWindows/ControlPanel/
stdafx.h 26 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
27 #define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  /development/host/windows/usb/api/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  /development/host/windows/usb/winusb/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /external/curl/lib/
config-win32.h 545 # ifndef WINVER
546 # define WINVER VS2008_DEF_TARGET
548 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
558 # ifndef WINVER
559 # define WINVER VS2012_DEF_TARGET
561 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
577 # ifndef WINVER
578 # define WINVER 0x0500

Completed in 902 milliseconds

1 2 3