[WIN32K]: Rework a bit the initialization code to modularize it a bit (some parts...
[reactos.git] / reactos / win32ss / user / ntuser / ntuser.c
index 3fe3242..ba14a55 100644 (file)
@@ -123,7 +123,7 @@ UserInitialize(VOID)
 // {
 
     /* Initialize the current thread */
-    Status = UserCreateThreadInfo(PsGetCurrentThread());
+    Status = CreateThreadCallback(PsGetCurrentThread());
     if (!NT_SUCCESS(Status)) return Status;
 
 // }