OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_WIN32_IE
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/tools/gyp/test/win/rc-build/
targetver.h
22
#ifndef
_WIN32_IE
// Specifies that the minimum required platform is Internet Explorer 7.0.
23
#define
_WIN32_IE
0x0700 // Change this to the appropriate value to target other versions of IE.
/packages/apps/Camera/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.
/packages/apps/Camera2/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.
/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.
/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/
Windows.h
24
#define
_WIN32_IE
0x0600 // MinGW at it again.
/sdk/find_java/
find_java_lib.cpp
27
#define
_WIN32_IE
0x0500
/external/webp/examples/
dwebp.c
33
#define
_WIN32_IE
0x500 // Workaround bug in shlwapi.h when compiling C++
/external/chromium/third_party/libjingle/source/talk/
main.scons
142
'
_WIN32_IE
=0x0501',
/external/chromium_org/third_party/libjingle/source/talk/
main.scons
192
'
_WIN32_IE
=0x0501',
Completed in 6643 milliseconds