From: Emanuele Aliberti Date: Tue, 3 Feb 2004 00:05:57 +0000 (+0000) Subject: PORT_MESSAGE and PORT_MAX_MESSAGE are already defined off include/ntos. I remove... X-Git-Tag: backups/avendor@12434^2~38 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=11c1fc3591cc576f5cf423a02b3904610e53c7eb PORT_MESSAGE and PORT_MAX_MESSAGE are already defined off include/ntos. I remove them for now. svn path=/trunk/; revision=8008 --- diff --git a/reactos/include/ntos/zwtypes.h b/reactos/include/ntos/zwtypes.h index f0ce6d51971..0036ad21d6e 100755 --- a/reactos/include/ntos/zwtypes.h +++ b/reactos/include/ntos/zwtypes.h @@ -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)