Searched refs:_WIN32_WINNT (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Source/WebKit/win/
H A DWebKitPrefix.h29 #ifndef _WIN32_WINNT
30 #define _WIN32_WINNT 0x0500 macro
/external/webkit/Tools/WinLauncher/
H A Dstdafx.h39 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
40 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. macro
/external/v8/src/
H A Dwin32-headers.h52 #ifndef _WIN32_WINNT
53 #define _WIN32_WINNT 0x501 macro
65 #undef _WIN32_WINNT macro
66 #define _WIN32_WINNT 0x501 macro
/external/stlport/stlport/stl/
H A D_threads.c78 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400)
97 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400)
/external/webkit/Source/WebCore/
H A DWebCorePrefix.h40 #ifndef _WIN32_WINNT
41 #define _WIN32_WINNT 0x0500 macro
H A Dconfig.h86 #ifndef _WIN32_WINNT
87 #define _WIN32_WINNT 0x0500 macro
/external/webkit/Tools/DumpRenderTree/
H A Dconfig.h84 #undef _WIN32_WINNT macro
85 #define _WIN32_WINNT 0x0500 macro
/external/stlport/stlport/stl/config/
H A D_windows.h237 #if (defined (WINVER) && (WINVER < 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) || \
239 (defined (_WIN32_WINNT) && (_WIN32_WINNT < 0x400))))
/external/webkit/Source/WebKit2/
H A Dconfig.h104 #ifndef _WIN32_WINNT
105 #define _WIN32_WINNT 0x0500 macro
/external/llvm/lib/Support/Windows/
H A DWindows.h20 #undef _WIN32_WINNT macro
23 #define _WIN32_WINNT 0x0501 macro
/external/webkit/Source/WebKit/qt/
H A DWebKit_pch.h38 #define _WIN32_WINNT 0x0500 macro
/external/chromium/sdch/open-vcdiff/src/
H A Dmutex.h110 // don't need that functionality, you can remove these _WIN32_WINNT
112 # ifndef _WIN32_WINNT
113 # define _WIN32_WINNT 0x0400 macro
/external/regex-re2/util/
H A Dmutex.h38 // don't need that functionality, you can remove these _WIN32_WINNT
40 # ifndef _WIN32_WINNT
41 # define _WIN32_WINNT 0x0400
/external/stlport/src/
H A Dlock_free_slist.h162 (!defined (_WIN32_WINNT) || (_WIN32_WINNT >= 0x0501))
/external/dropbear/libtomcrypt/src/prngs/
H A Drng_get_bytes.c91 #define _WIN32_WINNT 0x0400 macro
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c38 #define _WIN32_WINNT 0x0500 macro
H A Dtst_uuid.c36 #define _WIN32_WINNT 0x0500 macro
/external/libvpx/vp8/common/
H A Dthreading.h22 #define _WIN32_WINNT 0x500 /* WINBASE.H - Enable signal_object_and_wait */ macro
/external/webkit/Source/JavaScriptCore/wtf/
H A DAssertions.cpp48 #ifndef _WIN32_WINNT
49 #define _WIN32_WINNT 0x0500 macro
/external/openssl/crypto/
H A Dcryptlib.c743 #if defined(_WIN32_WINNT)
784 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
889 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
/external/valgrind/unittest/
H A Dthread_wrappers_win.h45 #define _WIN32_WINNT 0x0500 // Require Windows 2000. macro
/external/openssl/
H A De_os.h256 # if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT)
258 * Defining _WIN32_WINNT here in e_os.h implies certain "discipline."
271 # define _WIN32_WINNT 0x0400 macro
273 # if !defined(OPENSSL_NO_SOCK) && defined(_WIN32_WINNT)
275 * Just like defining _WIN32_WINNT including winsock2.h implies
/external/openssl/crypto/rand/
H A Drand_win.c118 #ifndef _WIN32_WINNT
119 # define _WIN32_WINNT 0x0400 macro
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c68 #if (_WIN32_WINNT >= 0x0500)
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_named_pipe.c41 #ifndef _WIN32_WINNT
42 #define _WIN32_WINNT 0x0500 macro

Completed in 671 milliseconds

12