OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_WIN32_WINNT
(Results
1 - 25
of
51
) sorted by null
1
2
3
/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/Camera2/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/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/chromium_org/rlz/win/dll/
dll_main.cc
7
#ifndef
_WIN32_WINNT
8
#define
_WIN32_WINNT
0x0501
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.h
32
#ifndef
_WIN32_WINNT
33
#define
_WIN32_WINNT
0x0600
/external/harfbuzz_ng/src/
hb-uniscribe.h
32
#ifndef
_WIN32_WINNT
33
#define
_WIN32_WINNT
0x0600
/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.
/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/Camera2/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/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/chromium_org/third_party/tcmalloc/chromium/src/windows/
mingw.h
52
#ifndef
_WIN32_WINNT
53
# define
_WIN32_WINNT
0x0501
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mingw.h
52
#ifndef
_WIN32_WINNT
53
# 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.
/external/chromium_org/third_party/tlslite/tlslite/utils/
win32prng.c
3
#define
_WIN32_WINNT
0x0400 /* Needed for CryptoAPI on some systems */
entropy.c
9
#define
_WIN32_WINNT
0x0400
/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/chromium_org/v8/src/
win32-headers.h
55
#ifndef
_WIN32_WINNT
56
#define
_WIN32_WINNT
0x501
67
#undef
_WIN32_WINNT
68
#define
_WIN32_WINNT
0x501
/external/v8/src/
win32-headers.h
52
#ifndef
_WIN32_WINNT
53
#define
_WIN32_WINNT
0x501
65
#undef
_WIN32_WINNT
66
#define
_WIN32_WINNT
0x501
/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
Completed in 327 milliseconds
1
2
3