HomeSort by relevance Sort by last modified time
    Searched defs:_WIN32_WINNT (Results 26 - 50 of 61) sorted by null

12 3

  /external/e2fsprogs/lib/uuid/
tst_uuid.c 38 #define _WIN32_WINNT 0x0500
gen_uuid.c 45 #define _WIN32_WINNT 0x0500
  /external/conscrypt/common/src/jni/main/include/conscrypt/
app_data.h 32 #define _WIN32_WINNT _WIN32_WINNT_WIN8
  /external/gflags/src/
windows_port.h 47 # if !defined(_WIN32_WINNT) && !(defined( __MINGW32__) || defined(__MINGW64__))
48 # define _WIN32_WINNT 0x0400
mutex.h 122 // don't need that functionality, you can remove these _WIN32_WINNT
124 # ifndef _WIN32_WINNT
125 # define _WIN32_WINNT 0x0400
  /external/libmicrohttpd/src/include/
platform.h 69 #ifndef _WIN32_WINNT
70 #define _WIN32_WINNT 0x0501
71 #else // _WIN32_WINNT
72 #if _WIN32_WINNT < 0x0501
74 #endif // _WIN32_WINNT < 0x0501
75 #endif // _WIN32_WINNT
200 #if !defined(IPPROTO_IPV6) && defined(_MSC_FULL_VER) && _WIN32_WINNT >= 0x0501
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Windows.h 20 #undef _WIN32_WINNT
23 #define _WIN32_WINNT 0x0501
  /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
  /external/libevent/
event_iocp.c 28 #ifndef _WIN32_WINNT
30 #define _WIN32_WINNT 0x0403
evthread_win32.c 30 #ifndef _WIN32_WINNT
32 #define _WIN32_WINNT 0x0403
listener.c 33 #ifndef _WIN32_WINNT
35 #define _WIN32_WINNT 0x0403
  /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/webrtc/third_party/gflags/gen/win/include/private/
config.h 132 #ifndef _WIN32_WINNT
133 # define _WIN32_WINNT 0x0400
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 26 #undef _WIN32_WINNT
30 #define _WIN32_WINNT 0x0601
  /external/python/cpython3/PC/
pyshellext.cpp 2 #define _WIN32_WINNT _WIN32_WINNT_VISTA
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
WindowsSupport.h 26 #undef _WIN32_WINNT
30 #define _WIN32_WINNT 0x0601
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Common.h 23 #ifndef _WIN32_WINNT
24 #define _WIN32_WINNT 0x0501
  /sdk/find_java/src/source/
find_java_lib.cpp 24 #undef _WIN32_WINNT
25 #define _WIN32_WINNT 0x0502
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 9 #define _WIN32_WINNT 0x0400
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 35 #ifndef _WIN32_WINNT
36 #define _WIN32_WINNT 0x0500
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 224 #ifndef _WIN32_WINNT
225 #define _WIN32_WINNT 0x502
combaseapi.h 16 #if (NTDDI_VERSION >= 0x06000000 && !defined (_WIN32_WINNT))
17 #define _WIN32_WINNT 0x0600
20 #if (NTDDI_VERSION >= 0x05020000 && !defined (_WIN32_WINNT))
21 #define _WIN32_WINNT 0x0502
24 #if (NTDDI_VERSION >= 0x05010000 && !defined (_WIN32_WINNT))
25 #define _WIN32_WINNT 0x0501
245 #if _WIN32_WINNT >= 0x0600
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...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 730 #ifndef _WIN32_WINNT
731 # define _WIN32_WINNT Py_WINVER
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 730 #ifndef _WIN32_WINNT
731 # define _WIN32_WINNT Py_WINVER
    [all...]

Completed in 589 milliseconds

12 3