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

1 2

  /development/perftests/panorama/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.
  /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/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.
  /development/perftests/panorama/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/v8/tools/gyp/test/win/rc-build/
targetver.h 14 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
15 #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/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winresrc.h 21 #ifndef _WIN32_WINNT
22 #define _WIN32_WINNT 0x0502
  /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.
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
dxva2.h 32 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600
33 #undef _WIN32_WINNT
36 #if !defined(_WIN32_WINNT)
37 #define _WIN32_WINNT 0x0600
  /external/opencv3/modules/imgcodecs/
precomp.hpp 61 #if !defined _WIN32_WINNT
63 #define _WIN32_WINNT 0x0600 // Windows Vista
65 #define _WIN32_WINNT 0x0500 // Windows 2000
  /external/opencv3/modules/imgcodecs/src/
precomp.hpp 61 #if !defined _WIN32_WINNT
63 #define _WIN32_WINNT 0x0600 // Windows Vista
65 #define _WIN32_WINNT 0x0500 // Windows 2000
  /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/e2fsprogs/lib/uuid/
uuid_time.c 38 #define _WIN32_WINNT 0x0500
tst_uuid.c 37 #define _WIN32_WINNT 0x0500
  /external/autotest/client/tests/kvm/deps/
finish.cpp 13 #undef _WIN32_WINNT
14 #define _WIN32_WINNT 0x500
  /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
  /external/v8/src/base/
win32-headers.h 32 #ifndef _WIN32_WINNT
33 #define _WIN32_WINNT 0x0600
44 #undef _WIN32_WINNT
45 #define _WIN32_WINNT 0x501
  /external/ceres-solver/internal/ceres/
mutex.h 106 // don't need that functionality, you can remove these _WIN32_WINNT
108 # ifndef _WIN32_WINNT
109 # define _WIN32_WINNT 0x0400
  /external/libevent/
event_iocp.c 27 #ifndef _WIN32_WINNT
29 #define _WIN32_WINNT 0x0403
  /external/libmicrohttpd/w32/VS2013/
MHD_config.h 42 #ifndef _WIN32_WINNT
44 #define _WIN32_WINNT 0x0501
45 #endif /* _WIN32_WINNT */
48 #if _WIN32_WINNT >= 0x0600
50 #endif /* _WIN32_WINNT >= 0x0600 */
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 26 #undef _WIN32_WINNT
30 #define _WIN32_WINNT 0x0601

Completed in 505 milliseconds

1 2