mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
PORT_MESSAGE and PORT_MAX_MESSAGE are already defined off include/ntos. I remove them for now.
svn path=/trunk/; revision=8008
This commit is contained in:
parent
3356caccb3
commit
11c1fc3591
1 changed files with 0 additions and 2 deletions
|
@ -1704,7 +1704,6 @@ typedef struct _LPC_MESSAGE
|
|||
ULONG SectionSize; /* CallbackID */
|
||||
} LPC_MESSAGE, *PLPC_MESSAGE;
|
||||
|
||||
typedef LPC_MESSAGE PORT_MESSAGE, *PPORT_MESSAGE;
|
||||
|
||||
#define MAX_MESSAGE_DATA (0x130)
|
||||
|
||||
|
@ -1714,7 +1713,6 @@ typedef struct _LPC_MAX_MESSAGE
|
|||
BYTE Data[MAX_MESSAGE_DATA];
|
||||
} LPC_MAX_MESSAGE, *PLPC_MAX_MESSAGE;
|
||||
|
||||
typedef LPC_MAX_MESSAGE PORT_MAX_MESSAGE, *PPORT_MAX_MESSAGE;
|
||||
|
||||
#define PORT_MESSAGE_TYPE(m) (LPC_TYPE)((m).Header.MessageType)
|
||||
|
||||
|
|
Loading…
Reference in a new issue