[WIN32K] - Formating... No code changes.

svn path=/trunk/; revision=54160
This commit is contained in:
Rafal Harabien 2011-10-16 12:26:22 +00:00
parent 7ab2968d8e
commit 1a70d9f223
2 changed files with 526 additions and 533 deletions

View file

@ -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);

View file

@ -694,7 +694,7 @@ NtUserActivateKeyboardLayout(
}
else
{
ERR("%s: Invalid HKL %x!\n", __FUNCTION__, hKl);
ERR("Invalid HKL %x!\n", hKl);
}
the_end:
@ -718,7 +718,7 @@ NtUserUnloadKeyboardLayout(
}
else
{
ERR("%s: Invalid HKL %x!\n", __FUNCTION__, hKl);
ERR("Invalid HKL %x!\n", hKl);
}
UserLeave();