Remove InitializeMessageHeader definition.

svn path=/trunk/; revision=16141
This commit is contained in:
Filip Navara 2005-06-20 07:16:51 +00:00
parent 31ad5f02a9
commit 21616080f6

View file

@ -2889,13 +2889,6 @@ HalSetRealTimeClock (
IN PTIME_FIELDS TimeFields
);
#define InitializeMessageHeader(m, l, t) { \
(m)->Length = (USHORT)(l); \
(m)->DataLength = (USHORT)(l - sizeof( LPC_MESSAGE )); \
(m)->MessageType = (USHORT)(t); \
(m)->DataInfoOffset = 0; \
}
NTKERNELAPI
NTSTATUS
NTAPI