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

1 2

  /external/webkit/WebKit/win/
WebKitPrefix.h 29 #ifndef _WIN32_WINNT
30 #define _WIN32_WINNT 0x0500
  /external/webkit/WebKitTools/WinLauncher/
stdafx.h 39 #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.
  /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.
  /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/webkit/WebKitTools/DumpRenderTree/
config.h 53 #undef _WIN32_WINNT
54 #define _WIN32_WINNT 0x0500
  /external/stlport/stlport/stl/
_threads.c 78 # if defined (_WIN32_WINNT) && (_WIN32_WINNT >= 0x0400)
97 # if defined (_WIN32_WINNT) && (_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)
  /system/core/include/arch/windows/
AndroidConfig.h 230 #define _WIN32_WINNT 0x0500 /* admit to using >= Win2K */
  /external/webkit/WebCore/
WebCorePrefix.h 40 #ifndef _WIN32_WINNT
41 #define _WIN32_WINNT 0x0500
config.h 54 #ifndef _WIN32_WINNT
55 #define _WIN32_WINNT 0x0500
  /external/stlport/stlport/stl/config/
_windows.h 237 #if (defined (WINVER) && (WINVER < 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) || \
239 (defined (_WIN32_WINNT) && (_WIN32_WINNT < 0x400))))
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 237 #if (defined (WINVER) && (WINVER < 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) || \
239 (defined (_WIN32_WINNT) && (_WIN32_WINNT < 0x400))))
  /external/webkit/WebKit/qt/
WebKit_pch.h 38 #define _WIN32_WINNT 0x0500
  /external/chromium/sdch/open-vcdiff/src/
mutex.h 110 // don't need that functionality, you can remove these _WIN32_WINNT
112 # ifndef _WIN32_WINNT
113 # define _WIN32_WINNT 0x0400
  /external/stlport/src/
lock_free_slist.h 162 (!defined (_WIN32_WINNT) || (_WIN32_WINNT >= 0x0501))
  /external/webkit/JavaScriptCore/wtf/
Assertions.cpp 42 #ifndef _WIN32_WINNT
43 #define _WIN32_WINNT 0x0500
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 162 (!defined (_WIN32_WINNT) || (_WIN32_WINNT >= 0x0501))
  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 91 #define _WIN32_WINNT 0x0400
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.h 32 #define _WIN32_WINNT 0x0500
  /external/libvpx/vp8/common/
threading.h 20 #define _WIN32_WINNT 0x500 /* WINBASE.H - Enable signal_object_and_wait */
  /external/openssl/crypto/
cryptlib.c 715 #if defined(_WIN32_WINNT)
747 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
860 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 39 #define _WIN32_WINNT 0x0500
  /external/openssl/
e_os.h 257 # if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT)
259 * Defining _WIN32_WINNT here in e_os.h implies certain "discipline."
272 # define _WIN32_WINNT 0x0400
274 # if !defined(OPENSSL_NO_SOCK) && defined(_WIN32_WINNT)
276 * Just like defining _WIN32_WINNT including winsock2.h implies
  /external/openssl/crypto/rand/
rand_win.c 118 #ifndef _WIN32_WINNT
119 # define _WIN32_WINNT 0x0400

Completed in 679 milliseconds

1 2