Commit in reactos/include/ntos on MAIN
zwtypes.h+21.33 -> 1.34
Add LPC_MESSAGE_BASE_SIZE definition.

reactos/include/ntos
zwtypes.h 1.33 -> 1.34
diff -u -r1.33 -r1.34
--- zwtypes.h	9 Apr 2004 20:03:11 -0000	1.33
+++ zwtypes.h	9 Apr 2004 20:29:29 -0000	1.34
@@ -1706,6 +1706,8 @@
    ULONG SectionSize; /* CallbackID */
 } LPC_MESSAGE, *PLPC_MESSAGE;
 
+#define LPC_MESSAGE_BASE_SIZE sizeof(LPC_MESSAGE)
+
 #define PORT_MESSAGE_TYPE(m) (LPC_TYPE)((m).Header.MessageType)
 
 #define PORT_MAX_DATA_LENGTH    0x104
CVSspam 0.2.8