[HAL, WIN32K] Add typedef.

svn path=/trunk/; revision=43573
This commit is contained in:
Dmitry Gorbachev 2009-10-18 18:53:13 +00:00
parent 112bc907de
commit dba912455e
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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,