OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_WIN32_WINNT
(Results
1 - 25
of
53
) 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/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.
/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.
/external/v8/src/
win32-headers.h
52
#ifndef
_WIN32_WINNT
53
#define
_WIN32_WINNT
0x501
64
#undef
_WIN32_WINNT
65
#define
_WIN32_WINNT
0x501
/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/stlport/stlport/stl/
_threads.c
78
# if defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
>= 0x0400)
97
# if defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
>= 0x0400)
/ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c
78
# if defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
>= 0x0400)
97
# if defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
>= 0x0400)
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_threads.c
78
# if defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
>= 0x0400)
97
# if defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
>= 0x0400)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_threads.c
78
# if defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
>= 0x0400)
97
# if defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
>= 0x0400)
/system/core/include/arch/windows/
AndroidConfig.h
235
#define
_WIN32_WINNT
0x0500 /* admit to using >= Win2K */
/external/webkit/Source/WebCore/
WebCorePrefix.h
40
#ifndef
_WIN32_WINNT
41
#define
_WIN32_WINNT
0x0500
config.h
86
#ifndef
_WIN32_WINNT
87
#define
_WIN32_WINNT
0x0500
/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
/external/stlport/stlport/stl/config/
_windows.h
237
#if (defined (WINVER) && (WINVER < 0x0410) && (!defined (
_WIN32_WINNT
) || (
_WIN32_WINNT
< 0x400))) || \
239
(defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
< 0x400))))
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
237
#if (defined (WINVER) && (WINVER < 0x0410) && (!defined (
_WIN32_WINNT
) || (
_WIN32_WINNT
< 0x400))) || \
239
(defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
< 0x400))))
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
237
#if (defined (WINVER) && (WINVER < 0x0410) && (!defined (
_WIN32_WINNT
) || (
_WIN32_WINNT
< 0x400))) || \
239
(defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
< 0x400))))
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
237
#if (defined (WINVER) && (WINVER < 0x0410) && (!defined (
_WIN32_WINNT
) || (
_WIN32_WINNT
< 0x400))) || \
239
(defined (
_WIN32_WINNT
) && (
_WIN32_WINNT
< 0x400))))
/external/llvm/lib/Support/Windows/
Windows.h
20
#undef
_WIN32_WINNT
23
#define
_WIN32_WINNT
0x0500
/external/webkit/Source/WebKit/qt/
WebKit_pch.h
38
#define
_WIN32_WINNT
0x0500
/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
Completed in 1228 milliseconds
1
2
3