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

1 2

  /ndk/sources/host-tools/ndk-stack/regex/
targetver.h 10 #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 Windows.
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
targetver.h 26 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
27 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/
targetver.h 26 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
27 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
targetver.h 26 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
27 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /external/harfbuzz_ng/src/
hb-uniscribe.h 32 #ifndef _WIN32_WINNT
33 #define _WIN32_WINNT 0x0600
  /external/webkit/Source/WebKit/qt/
WebKit_pch.h 38 #define _WIN32_WINNT 0x0500
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
targetver.h 30 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
targetver.h 30 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
targetver.h 30 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /external/webkit/Source/WebKit/win/
WebKitPrefix.h 29 #ifndef _WIN32_WINNT
30 #define _WIN32_WINNT 0x0500
  /external/webkit/Tools/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/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 91 #define _WIN32_WINNT 0x0400
  /external/e2fsprogs/lib/uuid/
uuid_time.c 38 #define _WIN32_WINNT 0x0500
tst_uuid.c 36 #define _WIN32_WINNT 0x0500
  /external/webkit/Source/WebCore/
WebCorePrefix.h 40 #ifndef _WIN32_WINNT
41 #define _WIN32_WINNT 0x0500
  /external/v8/src/
win32-headers.h 52 #ifndef _WIN32_WINNT
53 #define _WIN32_WINNT 0x501
65 #undef _WIN32_WINNT
66 #define _WIN32_WINNT 0x501
  /external/webkit/Source/WebKit2/
config.h 104 #ifndef _WIN32_WINNT
105 #define _WIN32_WINNT 0x0500
  /external/webkit/Tools/DumpRenderTree/
config.h 84 #undef _WIN32_WINNT
85 #define _WIN32_WINNT 0x0500
  /build/core/combo/include/arch/windows/
AndroidConfig.h 228 #define _WIN32_WINNT 0x0500 /* admit to using >= Win2K */
  /external/ceres-solver/internal/ceres/
mutex.h 104 // don't need that functionality, you can remove these _WIN32_WINNT
106 # ifndef _WIN32_WINNT
107 # define _WIN32_WINNT 0x0400
  /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/llvm/lib/Support/Windows/
Windows.h 20 #undef _WIN32_WINNT
23 #define _WIN32_WINNT 0x0501

Completed in 2060 milliseconds

1 2