OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_WIN32_IE
(Results
1 - 17
of
17
) sorted by null
/development/perftests/panorama/feature_stab/src/dbreg/
targetver.h
38
#ifndef
_WIN32_IE
// Specifies that the minimum required platform is Internet Explorer 7.0.
39
#define
_WIN32_IE
0x0700 // Change this to the appropriate value to target other versions of IE.
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
targetver.h
38
#ifndef
_WIN32_IE
// Specifies that the minimum required platform is Internet Explorer 7.0.
39
#define
_WIN32_IE
0x0700 // Change this to the appropriate value to target other versions of IE.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winresrc.h
13
#ifndef
_WIN32_IE
14
#define
_WIN32_IE
0x0501
sdkddkver.h
25
/*
_WIN32_IE
*/
163
#ifndef
_WIN32_IE
166
#define
_WIN32_IE
_WIN32_IE_IE50
168
#define
_WIN32_IE
_WIN32_IE_IE501
170
#define
_WIN32_IE
_WIN32_IE_IE60
172
#define
_WIN32_IE
0x0602
174
#define
_WIN32_IE
0x0700
177
#define
_WIN32_IE
0x0700
shlguid.h
11
#ifndef
_WIN32_IE
12
#define
_WIN32_IE
0x0501
170
#if (
_WIN32_IE
>= 0x0600)
334
#if
_WIN32_IE
>= 0x0600
prsht.h
12
#ifndef
_WIN32_IE
13
#define
_WIN32_IE
0x0501
shlwapi.h
17
#ifndef
_WIN32_IE
18
#define
_WIN32_IE
0x0601
86
#if (
_WIN32_IE
>= 0x0600)
125
#if (
_WIN32_IE
>= 0x0603)
160
#if (
_WIN32_IE
>= 0x0600)
595
#if (
_WIN32_IE
>= 0x0602)
[
all
...]
shlobj.h
15
#ifndef
_WIN32_IE
16
#define
_WIN32_IE
0x0501
148
#if (
_WIN32_IE
>= 0x0603)
154
#if (
_WIN32_IE
>= 0x0560)
330
#if (
_WIN32_IE
>= 0x0601)
[
all
...]
shobjidl.h
699
#ifndef
_WIN32_IE
700
#define
_WIN32_IE
0x0501
[
all
...]
commctrl.h
12
#ifndef
_WIN32_IE
13
#define
_WIN32_IE
0x0501
[
all
...]
/development/host/windows/usb/adb_winapi_test/
stdafx.h
33
#ifndef
_WIN32_IE
// Specifies that the minimum required platform is Internet Explorer 7.0.
34
#define
_WIN32_IE
0x0600 // Change this to the appropriate value to target other versions of IE.
/development/host/windows/usb/api/
stdafx.h
43
#ifndef
_WIN32_IE
// Allow use of features specific to IE 4.0 or later.
44
#define
_WIN32_IE
0x0501 // Change this to the appropriate value to target IE 5.0 or later.
/development/host/windows/usb/winusb/
stdafx.h
43
#ifndef
_WIN32_IE
// Allow use of features specific to IE 4.0 or later.
44
#define
_WIN32_IE
0x0501 // Change this to the appropriate value to target IE 5.0 or later.
/external/llvm/lib/Support/Windows/
WindowsSupport.h
27
#undef
_WIN32_IE
31
#define
_WIN32_IE
0x0800 // MinGW at it again. FIXME: verify if still needed.
/sdk/find_java/src/source/
find_java_lib.cpp
27
#define
_WIN32_IE
0x0500
/external/opencv3/modules/highgui/src/
window_w32.cpp
51
#if (
_WIN32_IE
< 0x0500)
52
#pragma message("WARNING: Win32 UI needs to be compiled with
_WIN32_IE
>= 0x0500 (_WIN32_IE_IE50)")
53
#define
_WIN32_IE
0x0500
[
all
...]
/external/libevent/
evdns.c
79
#ifndef
_WIN32_IE
80
#define
_WIN32_IE
0x400
[
all
...]
Completed in 1012 milliseconds