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

1 2 3 4 5 6 7 8 91011

  /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.
  /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)*/
msctfmonitorapi.h 10 #if (_WIN32_WINNT >= 0x0600)
24 #endif /*(_WIN32_WINNT >= 0x0600)*/
winresrc.h 21 #ifndef _WIN32_WINNT
22 #define _WIN32_WINNT 0x0502
sdkddkver.h 13 /* _WIN32_WINNT */
146 #if !defined(_WIN32_WINNT) && !defined(_CHICAGO_)
147 #define _WIN32_WINNT _WIN32_WINNT_WS03
152 #ifdef _WIN32_WINNT
153 #define NTDDI_VERSION NTDDI_VERSION_FROM_WIN32_WINNT(_WIN32_WINNT)
161 #ifdef _WIN32_WINNT
162 #define WINVER _WIN32_WINNT
170 #ifdef _WIN32_WINNT
171 #if (_WIN32_WINNT <= _WIN32_WINNT_NT4)
173 #elif (_WIN32_WINNT <= _WIN32_WINNT_WIN2K
    [all...]
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)*/
slerror.h 8 #if (_WIN32_WINNT >= 0x0600)
17 #endif /*(_WIN32_WINNT >= 0x0600)*/
apdevpkey.h 8 #if _WIN32_WINNT >= 0x0602
realtimeapiset.h 17 #if _WIN32_WINNT >= 0x0600
23 #if _WIN32_WINNT >= 0x0601
29 #if _WIN32_WINNT >= 0x0601
fibersapi.h 17 #if _WIN32_WINNT >= 0x0600
30 #if _WIN32_WINNT >= 0x0600
  /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/mdnsresponder/mDNSWindows/DLLX/
dlldatax.c 28 #define _WIN32_WINNT 0x0500 //for WinNT 4.0 or Win95 with DCOM
stdafx.h 44 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
46 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
  /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.
  /external/mdnsresponder/mDNSWindows/ControlPanel/
stdafx.h 30 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
31 #define _WIN32_WINNT 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  /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/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
  /external/v8/src/base/
win32-headers.h 32 #ifndef _WIN32_WINNT
33 #define _WIN32_WINNT 0x0600
44 #undef _WIN32_WINNT
45 #define _WIN32_WINNT 0x501
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA

Completed in 311 milliseconds

1 2 3 4 5 6 7 8 91011