[CSRSRV]
[reactos.git] / reactos / subsystems / win32 / csrsrv / thredsup.c
index b0cfac8..678a468 100644 (file)
@@ -714,7 +714,7 @@ CsrCreateThread(IN PCSR_PROCESS CsrProcess,
     /* Get the Thread Create Time */
     Status = NtQueryInformationThread(hThread,
                                       ThreadTimes,
-                                      (PVOID)&KernelTimes,
+                                      &KernelTimes,
                                       sizeof(KernelTimes),
                                       NULL);
     if (!NT_SUCCESS(Status))