Home
last modified time | relevance | path

Searched refs:_WIN32_WINNT (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dtargetver.h10 #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… macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_threads.c78 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400) in _S_nsec_sleep()
97 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400) in _S_nsec_sleep()
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_windows.h237 #if (defined (WINVER) && (WINVER < 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) …
239 (defined (_WIN32_WINNT) && (_WIN32_WINNT < 0x400))))
/ndk/sources/cxx-stl/stlport/src/
Dlock_free_slist.h162 (!defined (_WIN32_WINNT) || (_WIN32_WINNT >= 0x0501))