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

1 2 3 4 5 6 7 8 91011

  /development/perftests/panorama/feature_stab/src/dbregtest/
targetver.h 26 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
27 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /ndk/sources/host-tools/ndk-stack/regex/
targetver.h 10 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
11 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
targetver.h 26 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
27 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
dxva2.h 32 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600
33 #undef _WIN32_WINNT
36 #if !defined(_WIN32_WINNT)
37 #define _WIN32_WINNT 0x0600
  /development/perftests/panorama/feature_stab/src/dbreg/
targetver.h 30 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
targetver.h 30 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
identitycommon.h 8 #if (_WIN32_WINNT >= 0x0601)
16 #endif /*(_WIN32_WINNT >= 0x0601)*/
eapauthenticatortypes.h 8 #if (_WIN32_WINNT >= 0x0600)
17 #endif /*(_WIN32_WINNT >= 0x0600)*/
ehstorapi.h 9 #if (_WIN32_WINNT >= 0x0601)
21 #endif /*(_WIN32_WINNT >= 0x0601)*/
winresrc.h 21 #ifndef _WIN32_WINNT
22 #define _WIN32_WINNT 0x0502
cscapi.h 9 #if (_WIN32_WINNT >= 0x0600)
26 #endif /*(_WIN32_WINNT >= 0x0600)*/
eapmethodtypes.h 8 #if (_WIN32_WINNT >= 0x0600)
24 #endif /*(_WIN32_WINNT >= 0x0600)*/
isysmon.h 8 #if (_WIN32_WINNT >= 0x0600)
30 #endif /*(_WIN32_WINNT >= 0x0600)*/
msctfmonitorapi.h 10 #if (_WIN32_WINNT >= 0x0600)
24 #endif /*(_WIN32_WINNT >= 0x0600)*/
sdkddkver.h 13 /* _WIN32_WINNT */
140 #if !defined(_WIN32_WINNT) && !defined(_CHICAGO_)
141 #define _WIN32_WINNT _WIN32_WINNT_WS03
146 #ifdef _WIN32_WINNT
147 #define NTDDI_VERSION NTDDI_VERSION_FROM_WIN32_WINNT(_WIN32_WINNT)
155 #ifdef _WIN32_WINNT
156 #define WINVER _WIN32_WINNT
164 #ifdef _WIN32_WINNT
165 #if (_WIN32_WINNT <= _WIN32_WINNT_NT4)
167 #elif (_WIN32_WINNT <= _WIN32_WINNT_WIN2K
    [all...]
slerror.h 8 #if (_WIN32_WINNT >= 0x0600)
17 #endif /*(_WIN32_WINNT >= 0x0600)*/
apdevpkey.h 5 #if _WIN32_WINNT >= 0x0602
  /external/libmicrohttpd/w32/VS2013/
MHD_config.h 42 #ifndef _WIN32_WINNT
44 #define _WIN32_WINNT 0x0501
45 #endif /* _WIN32_WINNT */
48 #if _WIN32_WINNT >= 0x0600
50 #endif /* _WIN32_WINNT >= 0x0600 */
  /external/opencv3/modules/imgcodecs/
precomp.hpp 61 #if !defined _WIN32_WINNT
63 #define _WIN32_WINNT 0x0600 // Windows Vista
65 #define _WIN32_WINNT 0x0500 // Windows 2000
  /external/opencv3/modules/imgcodecs/src/
precomp.hpp 61 #if !defined _WIN32_WINNT
63 #define _WIN32_WINNT 0x0600 // Windows Vista
65 #define _WIN32_WINNT 0x0500 // Windows 2000
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 25 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
26 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target other versions of Windows.
  /development/host/windows/usb/api/
stdafx.h 35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
36 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target Windows 2000 or later.
  /development/host/windows/usb/winusb/
stdafx.h 35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
36 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target Windows 2000 or later.
  /external/v8/src/base/
win32-headers.h 32 #ifndef _WIN32_WINNT
33 #define _WIN32_WINNT 0x501
44 #undef _WIN32_WINNT
45 #define _WIN32_WINNT 0x501

Completed in 315 milliseconds

1 2 3 4 5 6 7 8 91011