mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Remove InitializeMessageHeader definition.
svn path=/trunk/; revision=16141
This commit is contained in:
parent
31ad5f02a9
commit
21616080f6
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue