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

12 3 4 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioapotypes.h 9 #if (_WIN32_WINNT >= 0x0601)
30 #endif /*(_WIN32_WINNT >= 0x0601)*/
codecapi.h 9 #if (_WIN32_WINNT >= 0x0601)
41 #endif /*(_WIN32_WINNT >= 0x0601)*/
credssp.h 9 #if (_WIN32_WINNT >= 0x0600)
38 #endif /*(_WIN32_WINNT >= 0x0600)*/
evr9.h 9 #if (_WIN32_WINNT >= 0x0600)
28 #endif /*(_WIN32_WINNT >= 0x0600)*/
functiondiscoverycategories.h 9 #if (_WIN32_WINNT >= 0x0600)
29 #endif /*(_WIN32_WINNT >= 0x0600)*/
napmicrosoftvendorids.h 9 #if (_WIN32_WINNT >= 0x0600)
24 #endif /*(_WIN32_WINNT >= 0x0600)*/
udpmib.h 13 #if (_WIN32_WINNT >= 0x0600)
34 #endif /*(_WIN32_WINNT >= 0x0600)*/
eaphostpeertypes.h 8 #if (_WIN32_WINNT >= 0x0600)
60 #if (_WIN32_WINNT >= 0x0601)
66 #endif /*(_WIN32_WINNT >= 0x0601)*/
71 #endif /*(_WIN32_WINNT >= 0x0600)*/
naperror.h 9 #if (_WIN32_WINNT >= 0x0600)
28 #if (_WIN32_WINNT >= 0x0601)
34 #endif /*(_WIN32_WINNT >= 0x0601)*/
36 #endif /*(_WIN32_WINNT >= 0x0600)*/
functiondiscoverykeys.h 9 #if (_WIN32_WINNT >= 0x0600)
36 #endif /*(_WIN32_WINNT >= 0x0600)*/
nsemail.h 10 #if (_WIN32_WINNT >= 0x0600)
45 #endif /*(_WIN32_WINNT >= 0x0600)*/
eaphosterror.h 8 #if (_WIN32_WINNT >= 0x0600)
38 #if (_WIN32_WINNT >= 0x0601)
40 #endif /*(_WIN32_WINNT >= 0x0601)*/
58 #if (_WIN32_WINNT >= 0x0601)
61 #endif /*(_WIN32_WINNT >= 0x0601)*/
85 #endif /*(_WIN32_WINNT >= 0x0600)*/
casetup.h 13 #if (_WIN32_WINNT >= 0x0600)
53 #endif /*(_WIN32_WINNT >= 0x0600)*/
eapauthenticatoractiondefine.h 8 #if (_WIN32_WINNT >= 0x0600)
52 #endif /*(_WIN32_WINNT >= 0x0600)*/
napenforcementclient.h 9 #if (_WIN32_WINNT >= 0x0600)
39 #endif /*(_WIN32_WINNT >= 0x0600)*/
  /external/c-ares/
config-win32.h 290 # ifndef _WIN32_WINNT
291 # define _WIN32_WINNT VS2008_DEF_TARGET
296 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
304 # ifndef _WIN32_WINNT
305 # define _WIN32_WINNT 0x0500
319 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
  /external/curl/lib/
curl_threads.h 40 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
41 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
config-win32.h 538 # ifndef _WIN32_WINNT
539 # define _WIN32_WINNT VS2008_DEF_TARGET
544 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
551 # ifndef _WIN32_WINNT
552 # define _WIN32_WINNT VS2012_DEF_TARGET
557 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
570 # ifndef _WIN32_WINNT
571 # define _WIN32_WINNT 0x0500
586 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501
    [all...]
  /external/webrtc/third_party/gflags/gen/win/include/private/
config.h 132 #ifndef _WIN32_WINNT
133 # define _WIN32_WINNT 0x0400
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 78 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400)
97 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_threads.c 78 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400)
97 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400)
  /external/jemalloc/include/jemalloc/internal/
mutex.h 29 # if _WIN32_WINNT >= 0x0600
77 # if _WIN32_WINNT >= 0x0600
96 # if _WIN32_WINNT >= 0x0600
  /external/opencv3/modules/highgui/
precomp.hpp 64 #if !defined _WIN32_WINNT
66 #define _WIN32_WINNT 0x0600 // Windows Vista
68 #define _WIN32_WINNT 0x0500 // Windows 2000
  /external/opencv3/modules/highgui/src/
precomp.hpp 64 #if !defined _WIN32_WINNT
66 #define _WIN32_WINNT 0x0600 // Windows Vista
68 #define _WIN32_WINNT 0x0500 // Windows 2000
  /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

Completed in 553 milliseconds

12 3 4 5 6 7 8 91011