HomeSort by relevance Sort by last modified time
    Searched refs:_WIN32_WINNT (Results 1 - 25 of 37) 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.
  /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/chromium_org/third_party/tcmalloc/chromium/src/windows/
mingw.h 52 #ifndef _WIN32_WINNT
53 # define _WIN32_WINNT 0x0501
config.h 296 #ifndef _WIN32_WINNT
297 # define _WIN32_WINNT 0x0501
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mingw.h 52 #ifndef _WIN32_WINNT
53 # define _WIN32_WINNT 0x0501
config.h 296 #ifndef _WIN32_WINNT
297 # define _WIN32_WINNT 0x0501
  /external/chromium_org/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.
  /external/chromium_org/rlz/win/dll/
dll_main.cc 7 #ifndef _WIN32_WINNT
8 #define _WIN32_WINNT 0x0501
  /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/chromium_org/third_party/webrtc/voice_engine/test/win_test/
stdafx.h 32 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
33 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
  /external/chromium_org/v8/src/base/
win32-headers.h 32 #ifndef _WIN32_WINNT
33 #define _WIN32_WINNT 0x501
44 #undef _WIN32_WINNT
45 #define _WIN32_WINNT 0x501
  /build/core/combo/include/arch/windows/
AndroidConfig.h 239 #define _WIN32_WINNT 0x0500 /* admit to using >= Win2K */
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config_win.h 301 #ifndef _WIN32_WINNT
302 # define _WIN32_WINNT 0x0501
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 23 #undef _WIN32_WINNT
27 #define _WIN32_WINNT 0x0501
  /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/chromium_org/third_party/re2/util/
mutex.h 42 // don't need that functionality, you can remove these _WIN32_WINNT
44 # ifndef _WIN32_WINNT
45 # define _WIN32_WINNT 0x0400
  /external/e2fsprogs/lib/uuid/
uuid_time.c 38 #define _WIN32_WINNT 0x0500
tst_uuid.c 37 #define _WIN32_WINNT 0x0500
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_winnt.h 39 ** setting _WIN32_WINNT to NT 4.0 for winsock.h, winbase.h, winnt.h.
41 #ifndef _WIN32_WINNT
42 #define _WIN32_WINNT 0x0400
43 #elif (_WIN32_WINNT < 0x0400)
44 #undef _WIN32_WINNT
45 #define _WIN32_WINNT 0x0400
46 #endif /* _WIN32_WINNT */
  /external/chromium_org/rlz/win/lib/
machine_id_win.cc 72 #if _WIN32_WINNT >= 0x500
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h 116 // don't need that functionality, you can remove these _WIN32_WINNT
118 # ifndef _WIN32_WINNT
119 # define _WIN32_WINNT 0x0400
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 116 // don't need that functionality, you can remove these _WIN32_WINNT
118 # ifndef _WIN32_WINNT
119 # define _WIN32_WINNT 0x0400
  /external/openssl/crypto/
cryptlib.c 744 #if defined(_WIN32_WINNT)
785 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
890 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333

Completed in 592 milliseconds

1 2