mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WIN32K]
- Embarassing addendum to r64197 svn path=/trunk/; revision=64198
This commit is contained in:
@@ -316,7 +316,7 @@ UserCreateThreadInfo(struct _ETHREAD *Thread)
|
||||
ptiCurrent->hEventQueueClient = NULL;
|
||||
InitializeObjectAttributes(&EventQueueObjAttr, NULL, OBJ_KERNEL_HANDLE, NULL, NULL);
|
||||
Status = ZwCreateEvent(&ptiCurrent->hEventQueueClient, EVENT_ALL_ACCESS,
|
||||
NULL, SynchronizationEvent, FALSE);
|
||||
&EventQueueObjAttr, SynchronizationEvent, FALSE);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
goto error;
|
||||
|
||||
Reference in New Issue
Block a user