Change return type of PsGetCurrentThreadWin32Thread to PVOID. Kernel don't know 'bout W32THREAD!

svn path=/trunk/; revision=36768
This commit is contained in:
Timo Kreuzer
2008-10-16 17:21:08 +00:00
parent 5c169cc017
commit 837002ff59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ extern "C" {
// Win32K Process/Thread Functions
//
NTKERNELAPI
struct _W32THREAD*
PVOID
NTAPI
PsGetCurrentThreadWin32Thread(
VOID
+1 -1
View File
@@ -850,7 +850,7 @@ PsSetThreadHardErrorsAreDisabled(IN PETHREAD Thread,
/*
* @implemented
*/
struct _W32THREAD*
PVOID
NTAPI
PsGetCurrentThreadWin32Thread(VOID)
{