mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Add back MessageData to PQUEUED_MESSAGE. It was accidentally removed
svn path=/trunk/; revision=17424
This commit is contained in:
@@ -192,7 +192,7 @@ RtlCreateUserThread(HANDLE ProcessHandle,
|
||||
OBJECT_ATTRIBUTES ObjectAttributes;
|
||||
CONTEXT Context;
|
||||
|
||||
DPRINT1("RtlCreateUserThread: (hProcess: %lx, Suspended: %lx,"
|
||||
DPRINT("RtlCreateUserThread: (hProcess: %lx, Suspended: %lx,"
|
||||
"ZeroBits: %lx, StackReserve: %lx, StackCommit: %lx,"
|
||||
"StartAddress: %p, Parameter: %lx)\n", ProcessHandle,
|
||||
CreateSuspended, StackZeroBits, StackReserve, StackCommit,
|
||||
|
||||
@@ -88,6 +88,7 @@ typedef struct _QUEUEDMESSAGE
|
||||
PEPORT Sender;
|
||||
LIST_ENTRY QueueListEntry;
|
||||
PORT_MESSAGE Message;
|
||||
UCHAR MessageData[0x130]; /* FIXME: HACK */
|
||||
} QUEUEDMESSAGE, *PQUEUEDMESSAGE;
|
||||
|
||||
typedef struct _LPC_DBG_MESSAGE
|
||||
|
||||
Reference in New Issue
Block a user