Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:WINVER
(Results
1 - 15
of
15
) sorted by relevance
/third_party/curl/lib/
H
A
D
config-win32.h
356
# ifndef
WINVER
357
# define
WINVER
VS2008_DEF_TARGET
macro
359
# if (_WIN32_WINNT < VS2008_MIN_TARGET) || (
WINVER
< VS2008_MIN_TARGET)
369
# ifndef
WINVER
370
# define
WINVER
VS2012_DEF_TARGET
macro
372
# if (_WIN32_WINNT < VS2012_MIN_TARGET) || (
WINVER
< VS2012_MIN_TARGET)
/third_party/libwebsockets/lib/plat/windows/
H
A
D
private-lib-plat-windows.h
31
#if defined(
WINVER
) && (
WINVER
< 0x0501)
32
#undef
WINVER
macro
34
#define
WINVER
0x0501
macro
35
#define _WIN32_WINNT
WINVER
/third_party/node/deps/cares/src/lib/
H
A
D
config-win32.h
273
# ifndef
WINVER
274
# define
WINVER
MSVC_MIN_TARGET
macro
284
# ifndef
WINVER
285
# define
WINVER
0x0602
macro
/third_party/lzma/CPP/7zip/UI/FileManager/
H
A
D
StdAfx.h
19
#ifndef
WINVER
20
#define
WINVER
_WIN32_WINNT
macro
31
WINVER
and _WIN32_WINNT
36
if
WINVER
is not set <windows.h> sets
WINVER
to value:
44
<windows.h> sets
WINVER
if it's not set.
50
#ifndef
WINVER
52
#define
WINVER
_WIN32_WINNT
54
#define
WINVER
0x0601 // in win7 sdk
55
#define
WINVER
[all...]
/third_party/skia/src/utils/win/
H
A
D
SkDWriteNTDDI_VERSION.h
18
// This also requires resetting _WIN32_WINNT and
WINVER
.
26
# if defined(
WINVER
)
27
# undef
WINVER
macro
/third_party/mesa3d/src/gallium/targets/wgl/
H
A
D
wgl.c
208
#if
WINVER
>= 0xA00
256
#if
WINVER
>= 0xA00
/third_party/python/PC/
H
A
D
pyconfig.h
159
#ifndef
WINVER
160
#define
WINVER
Py_WINVER
macro
/third_party/glfw/src/
H
A
D
win32_platform.h
52
#if
WINVER
< 0x0501
53
#undef
WINVER
macro
54
#define
WINVER
0x0501
macro
120
#if
WINVER
< 0x0601
131
#if
WINVER
< 0x0600
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H
A
D
DIASupport.h
19
#define
WINVER
_WIN32_WINNT_VISTA
macro
/third_party/mesa3d/src/gallium/frontends/wgl/
H
A
D
gldrv.h
394
#if
WINVER
>= 0x600
404
#if
WINVER
>= 0xA00
460
#if
WINVER
>= 0x600
463
#if
WINVER
>= 0xA00
492
#if
WINVER
>= 0x500
508
#endif //
WINVER
>= 0x500
510
#if
WINVER
>= 0x600
539
#if
WINVER
>= 0x500
551
#endif //
WINVER
>= 0x500
558
#if
WINVER
>
[all...]
/third_party/icu/icu4c/source/i18n/
H
A
D
windtfmt.cpp
101
#if defined(
WINVER
) && (
WINVER
>= 0x0601)
in GetEquivalentWindowsLocaleName()
H
A
D
winnmfmt.cpp
146
#if defined(
WINVER
) && (
WINVER
>= 0x0601)
in GetEquivalentWindowsLocaleName()
/third_party/lame/ACM/
H
A
D
ACM.cpp
68
#if (
WINVER
>= 0x0400)
/third_party/skia/third_party/externals/d3d12allocator/src/
H
A
D
D3D12MemAlloc.cpp
217
#if !defined(_WIN32) || !defined(
WINVER
) ||
WINVER
< 0x0600
/third_party/skia/third_party/vulkanmemoryallocator/include/
H
A
D
vk_mem_alloc.h
141
`
WINVER
` for Windows, `VK_USE_PLATFORM_WIN32_KHR` for Vulkan), you must define
4132
#elif defined(_WIN32) && defined(
WINVER
) &&
WINVER
>= 0x0600
Completed in 38 milliseconds