OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_WIN32_WINDOWS
(Results
1 - 9
of
9
) sorted by null
/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/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.
/external/webkit/Tools/WinLauncher/
stdafx.h
43
#ifndef
_WIN32_WINDOWS
// Allow use of features specific to Windows 98 or later.
44
#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/bluetooth/glib/gthread/
gthread-win32.c
40
#define
_WIN32_WINDOWS
0x0401 /* to get IsDebuggerPresent */
/external/bluetooth/glib/glib/
gmessages.c
54
# define
_WIN32_WINDOWS
0x0401 /* to get IsDebuggerPresent */
/external/mdnsresponder/mDNSShared/
CommonServices.h
242
#if( !defined(
_WIN32_WINDOWS
) )
243
#define
_WIN32_WINDOWS
0x0401
[
all
...]
Completed in 422 milliseconds