mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +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
|
// Win32K Process/Thread Functions
|
||||||
//
|
//
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
struct _W32THREAD*
|
PVOID
|
||||||
NTAPI
|
NTAPI
|
||||||
PsGetCurrentThreadWin32Thread(
|
PsGetCurrentThreadWin32Thread(
|
||||||
VOID
|
VOID
|
||||||
|
|
|
@ -850,7 +850,7 @@ PsSetThreadHardErrorsAreDisabled(IN PETHREAD Thread,
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
struct _W32THREAD*
|
PVOID
|
||||||
NTAPI
|
NTAPI
|
||||||
PsGetCurrentThreadWin32Thread(VOID)
|
PsGetCurrentThreadWin32Thread(VOID)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue