mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
Change return type of PsGetCurrentThreadWin32Thread to PVOID. Kernel don't know 'bout W32THREAD!
svn path=/trunk/; revision=36768
This commit is contained in:
parent
5c169cc017
commit
837002ff59
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ extern "C" {
|
|||
// Win32K Process/Thread Functions
|
||||
//
|
||||
NTKERNELAPI
|
||||
struct _W32THREAD*
|
||||
PVOID
|
||||
NTAPI
|
||||
PsGetCurrentThreadWin32Thread(
|
||||
VOID
|
||||
|
|
|
@ -850,7 +850,7 @@ PsSetThreadHardErrorsAreDisabled(IN PETHREAD Thread,
|
|||
/*
|
||||
* @implemented
|
||||
*/
|
||||
struct _W32THREAD*
|
||||
PVOID
|
||||
NTAPI
|
||||
PsGetCurrentThreadWin32Thread(VOID)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue