OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_WIN32_WINDOWS
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/tools/gyp/test/win/rc-build/
targetver.h
18
#ifndef
_WIN32_WINDOWS
// Specifies that the minimum required platform is Windows 98.
19
#define
_WIN32_WINDOWS
0x0410 // Change this to the appropriate value to target Windows Me or later.
/packages/apps/Camera/jni/feature_stab/src/dbreg/
targetver.h
34
#ifndef
_WIN32_WINDOWS
// Specifies that the minimum required platform is Windows 98.
35
#define
_WIN32_WINDOWS
0x0410 // Change this to the appropriate value to target Windows Me or later.
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
targetver.h
34
#ifndef
_WIN32_WINDOWS
// Specifies that the minimum required platform is Windows 98.
35
#define
_WIN32_WINDOWS
0x0410 // Change this to the appropriate value to target Windows Me or later.
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
targetver.h
34
#ifndef
_WIN32_WINDOWS
// Specifies that the minimum required platform is Windows 98.
35
#define
_WIN32_WINDOWS
0x0410 // Change this to the appropriate value to target Windows Me or later.
/development/host/windows/usb/adb_winapi_test/
stdafx.h
29
#ifndef
_WIN32_WINDOWS
// Specifies that the minimum required platform is Windows 98.
30
#define
_WIN32_WINDOWS
0x0410 // Change this to the appropriate value to target Windows Me or later.
/development/host/windows/usb/api/
stdafx.h
39
#ifndef
_WIN32_WINDOWS
// Allow use of features specific to Windows 98 or later.
40
#define
_WIN32_WINDOWS
0x0500 // Change this to the appropriate value to target Windows Me or later.
/development/host/windows/usb/winusb/
stdafx.h
39
#ifndef
_WIN32_WINDOWS
// Allow use of features specific to Windows 98 or later.
40
#define
_WIN32_WINDOWS
0x0500 // Change this to the appropriate value to target Windows Me or later.
/external/stlport/stlport/stl/config/
_windows.h
238
(!defined (WINVER) && (defined (
_WIN32_WINDOWS
) && (
_WIN32_WINDOWS
< 0x0410) || \
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
238
(!defined (WINVER) && (defined (
_WIN32_WINDOWS
) && (
_WIN32_WINDOWS
< 0x0410) || \
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
238
(!defined (WINVER) && (defined (
_WIN32_WINDOWS
) && (
_WIN32_WINDOWS
< 0x0410) || \
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
238
(!defined (WINVER) && (defined (
_WIN32_WINDOWS
) && (
_WIN32_WINDOWS
< 0x0410) || \
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
238
(!defined (WINVER) && (defined (
_WIN32_WINDOWS
) && (
_WIN32_WINDOWS
< 0x0410) || \
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h
238
(!defined (WINVER) && (defined (
_WIN32_WINDOWS
) && (
_WIN32_WINDOWS
< 0x0410) || \
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_windows.h
238
(!defined (WINVER) && (defined (
_WIN32_WINDOWS
) && (
_WIN32_WINDOWS
< 0x0410) || \
/external/mdnsresponder/mDNSShared/
CommonServices.h
242
#if( !defined(
_WIN32_WINDOWS
) )
243
#define
_WIN32_WINDOWS
0x0401
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c
473
#if (_WIN32_WINNT >= 0x0400) || (
_WIN32_WINDOWS
> 0x0400)
Completed in 460 milliseconds