mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[WIN32K] - Formating... No code changes.
svn path=/trunk/; revision=54160
This commit is contained in:
parent
7ab2968d8e
commit
1a70d9f223
2 changed files with 526 additions and 533 deletions
|
@ -143,13 +143,6 @@ RawInputThreadMain()
|
|||
ByteOffset.QuadPart = (LONGLONG)0;
|
||||
WaitTimeout.QuadPart = (LONGLONG)(-10000000);
|
||||
|
||||
/*do
|
||||
{
|
||||
KEVENT Event;
|
||||
KeInitializeEvent(&Event, NotificationEvent, FALSE);
|
||||
Status = KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, &WaitTimeout);
|
||||
} while (!NT_SUCCESS(Status));*/
|
||||
|
||||
ptiRawInput = PsGetCurrentThreadWin32Thread();
|
||||
ptiRawInput->TIF_flags |= TIF_SYSTEMTHREAD;
|
||||
TRACE("Raw Input Thread 0x%x\n", ptiRawInput);
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue