OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WINVER
(Results
1 - 25
of
67
) sorted by null
1
2
3
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
targetver.h
26
#ifndef
WINVER
// Specifies that the minimum required platform is Windows Vista.
27
#define
WINVER
0x0600 // Change this to the appropriate value to target other versions of Windows.
/external/mdnsresponder/mDNSWindows/DLLX/
stdafx.h
36
#ifndef
WINVER
// Allow use of features specific to Windows XP or later.
38
#define
WINVER
0x0501 // Change this to the appropriate value to target other versions of Windows.
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
StdAfx.h
27
#ifndef
WINVER
// Allow use of features specific to Windows 95 and Windows NT 4 or later.
28
#define
WINVER
0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winresrc.h
9
#ifndef
WINVER
10
#define
WINVER
0x0502
30
#include <
winver
.h>
mfmp2dlna.h
9
#if (
WINVER
>= 0x0601)
32
#endif /*(
WINVER
>= 0x0601)*/
newdev.h
39
#if (
WINVER
>= _WIN32_WINNT_WIN2K)
65
#endif /* (
WINVER
>= _WIN32_WINNT_WIN2K) */
67
#if (
WINVER
>= _WIN32_WINNT_VISTA)
140
#endif /* (
WINVER
>= _WIN32_WINNT_VISTA) */
142
#if (
WINVER
>= _WIN32_WINNT_WIN7)
151
#endif /* (
WINVER
>= _WIN32_WINNT_WIN7) */
sdkddkver.h
159
/* Choose
WINVER
Value */
160
#ifndef
WINVER
162
#define
WINVER
_WIN32_WINNT
164
#define
WINVER
0x0502
/development/host/windows/usb/adb_winapi_test/
stdafx.h
21
#ifndef
WINVER
// Specifies that the minimum required platform is Windows Vista.
22
#define
WINVER
0x0500 // Change this to the appropriate value to target other versions of Windows.
/external/mdnsresponder/mDNSWindows/ControlPanel/
stdafx.h
26
#ifndef
WINVER
// Allow use of features specific to Windows 95 and Windows NT 4 or later.
27
#define
WINVER
0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
/development/host/windows/usb/api/
stdafx.h
31
#ifndef
WINVER
// Allow use of features specific to Windows 95 and Windows NT 4 or later.
32
#define
WINVER
0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
/development/host/windows/usb/winusb/
stdafx.h
31
#ifndef
WINVER
// Allow use of features specific to Windows 95 and Windows NT 4 or later.
32
#define
WINVER
0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
20
#define
WINVER
_WIN32_WINNT_VISTA
/external/c-ares/
config-win32.h
293
# ifndef
WINVER
294
# define
WINVER
VS2008_DEF_TARGET
296
# if (_WIN32_WINNT < VS2008_MIN_TARGET) || (
WINVER
< VS2008_MIN_TARGET)
307
# ifndef
WINVER
308
# define
WINVER
0x0500
/external/curl/lib/
config-win32.h
542
# ifndef
WINVER
543
# define
WINVER
VS2008_DEF_TARGET
545
# if (_WIN32_WINNT < VS2008_MIN_TARGET) || (
WINVER
< VS2008_MIN_TARGET)
555
# ifndef
WINVER
556
# define
WINVER
VS2012_DEF_TARGET
558
# if (_WIN32_WINNT < VS2012_MIN_TARGET) || (
WINVER
< VS2012_MIN_TARGET)
574
# ifndef
WINVER
575
# define
WINVER
0x0500
/external/pdfium/core/fxge/win32/
dwrite_int.h
24
#if (
WINVER
< 0x0500)
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
237
#if (defined (
WINVER
) && (
WINVER
< 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) || \
238
(!defined (
WINVER
) && (defined (_WIN32_WINDOWS) && (_WIN32_WINDOWS < 0x0410) || \
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
237
#if (defined (
WINVER
) && (
WINVER
< 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) || \
238
(!defined (
WINVER
) && (defined (_WIN32_WINDOWS) && (_WIN32_WINDOWS < 0x0410) || \
Completed in 7688 milliseconds
1
2
3