mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
- Fix timers.
svn path=/trunk/; revision=54129
This commit is contained in:
parent
ed013220f7
commit
78208f96bf
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ Win32CsrInitialization(PCSRSS_API_DEFINITION *ApiDefinitions,
|
||||||
InitializeListHead(&DosDeviceHistory);
|
InitializeListHead(&DosDeviceHistory);
|
||||||
|
|
||||||
/* Start Keyboard, Mouse and Raw Input Threads */
|
/* Start Keyboard, Mouse and Raw Input Threads */
|
||||||
for (i = 0; i < 2; ++i)
|
for (i = 0; i < 3; ++i)
|
||||||
{
|
{
|
||||||
Status = RtlCreateUserThread(NtCurrentProcess(), NULL, TRUE, 0, 0, 0, (PTHREAD_START_ROUTINE)CreateSystemThreads, (PVOID)i, &ServerThread, &ClientId);
|
Status = RtlCreateUserThread(NtCurrentProcess(), NULL, TRUE, 0, 0, 0, (PTHREAD_START_ROUTINE)CreateSystemThreads, (PVOID)i, &ServerThread, &ClientId);
|
||||||
if (NT_SUCCESS(Status))
|
if (NT_SUCCESS(Status))
|
||||||
|
|
Loading…
Reference in a new issue