Searched defs:_WIN32_WINNT (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/tools/gyp/test/win/rc-build/
H A Dtargetver.h14 #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. macro
/external/chromium_org/rlz/win/dll/
H A Ddll_main.cc7 #ifndef _WIN32_WINNT
8 #define _WIN32_WINNT 0x0501 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmingw.h52 #ifndef _WIN32_WINNT
53 # define _WIN32_WINNT 0x0501 macro
H A Dconfig.h296 #ifndef _WIN32_WINNT
297 # define _WIN32_WINNT 0x0501 macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmingw.h52 #ifndef _WIN32_WINNT
53 # define _WIN32_WINNT 0x0501 macro
H A Dconfig.h296 #ifndef _WIN32_WINNT
297 # define _WIN32_WINNT 0x0501 macro
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A Dstdafx.h32 #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. macro
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c38 #define _WIN32_WINNT 0x0500 macro
H A Dtst_uuid.c37 #define _WIN32_WINNT 0x0500 macro
H A Dgen_uuid.c43 #define _WIN32_WINNT 0x0500 macro
/external/chromium_org/v8/src/base/
H A Dwin32-headers.h32 #ifndef _WIN32_WINNT
33 #define _WIN32_WINNT 0x501 macro
44 #undef _WIN32_WINNT macro
45 #define _WIN32_WINNT 0x501 macro
/external/ceres-solver/internal/ceres/
H A Dmutex.h106 // don't need that functionality, you can remove these _WIN32_WINNT
108 # ifndef _WIN32_WINNT
109 # define _WIN32_WINNT 0x0400 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsimple_mutex.h116 // don't need that functionality, you can remove these _WIN32_WINNT
118 # ifndef _WIN32_WINNT
119 # define _WIN32_WINNT 0x0400 macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsimple_mutex.h116 // don't need that functionality, you can remove these _WIN32_WINNT
118 # ifndef _WIN32_WINNT
119 # define _WIN32_WINNT 0x0400 macro
/external/llvm/lib/Support/Windows/
H A DWindowsSupport.h23 #undef _WIN32_WINNT macro
27 #define _WIN32_WINNT 0x0501 macro
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c35 #ifndef _WIN32_WINNT
36 #define _WIN32_WINNT 0x0500 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dconfig_win.h301 #ifndef _WIN32_WINNT
302 # define _WIN32_WINNT 0x0501 macro
/external/openssl/crypto/rand/
H A Drand_win.c118 #ifndef _WIN32_WINNT
119 # define _WIN32_WINNT 0x0400 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/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c9 #define _WIN32_WINNT 0x0400 macro
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c9 #define _WIN32_WINNT 0x0400 macro
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c9 #define _WIN32_WINNT 0x0400 macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dimplement.h41 #if !defined(_WIN32_WINNT)
42 #define _WIN32_WINNT 0x0400 macro
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh125 # if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600
126 # undef _WIN32_WINNT macro
128 # ifndef _WIN32_WINNT
129 # define _WIN32_WINNT 0x0600 macro
/external/harfbuzz_ng/src/
H A Dhb-private.hh123 # if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600
124 # undef _WIN32_WINNT macro
126 # ifndef _WIN32_WINNT
127 # define _WIN32_WINNT 0x0600 macro

Completed in 472 milliseconds

12