mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[HAL, WIN32K] Add typedef.
svn path=/trunk/; revision=43573
This commit is contained in:
parent
112bc907de
commit
dba912455e
3 changed files with 3 additions and 3 deletions
|
@ -317,7 +317,7 @@ typedef struct _ROS_MAP_REGISTER_ENTRY
|
||||||
ULONG Counter;
|
ULONG Counter;
|
||||||
} ROS_MAP_REGISTER_ENTRY, *PROS_MAP_REGISTER_ENTRY;
|
} ROS_MAP_REGISTER_ENTRY, *PROS_MAP_REGISTER_ENTRY;
|
||||||
|
|
||||||
struct _ADAPTER_OBJECT {
|
typedef struct _ADAPTER_OBJECT {
|
||||||
/*
|
/*
|
||||||
* New style DMA object definition. The fact that it is at the beginning
|
* New style DMA object definition. The fact that it is at the beginning
|
||||||
* of the ADAPTER_OBJECT structure allows us to easily implement the
|
* of the ADAPTER_OBJECT structure allows us to easily implement the
|
||||||
|
|
|
@ -317,7 +317,7 @@ typedef struct _ROS_MAP_REGISTER_ENTRY
|
||||||
ULONG Counter;
|
ULONG Counter;
|
||||||
} ROS_MAP_REGISTER_ENTRY, *PROS_MAP_REGISTER_ENTRY;
|
} ROS_MAP_REGISTER_ENTRY, *PROS_MAP_REGISTER_ENTRY;
|
||||||
|
|
||||||
struct _ADAPTER_OBJECT {
|
typedef struct _ADAPTER_OBJECT {
|
||||||
/*
|
/*
|
||||||
* New style DMA object definition. The fact that it is at the beginning
|
* New style DMA object definition. The fact that it is at the beginning
|
||||||
* of the ADAPTER_OBJECT structure allows us to easily implement the
|
* of the ADAPTER_OBJECT structure allows us to easily implement the
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#define SPIF_PROTECT 0x80000
|
#define SPIF_PROTECT 0x80000
|
||||||
|
|
||||||
enum
|
typedef enum _USERPREFMASKS
|
||||||
{
|
{
|
||||||
UPM_ACTIVEWINDOWTRACKING = 0x01,
|
UPM_ACTIVEWINDOWTRACKING = 0x01,
|
||||||
UPM_MENUANIMATION = 0x02,
|
UPM_MENUANIMATION = 0x02,
|
||||||
|
|
Loading…
Reference in a new issue