Author: tkreuzer Date: Thu Oct 16 12:21:08 2008 New Revision: 36768
URL: http://svn.reactos.org/svn/reactos?rev=36768&view=rev Log: Change return type of PsGetCurrentThreadWin32Thread to PVOID. Kernel don't know 'bout W32THREAD!
Modified: trunk/reactos/include/ndk/psfuncs.h trunk/reactos/ntoskrnl/ps/thread.c
Modified: trunk/reactos/include/ndk/psfuncs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/psfuncs.h?rev=3... ============================================================================== --- trunk/reactos/include/ndk/psfuncs.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/psfuncs.h [iso-8859-1] Thu Oct 16 12:21:08 2008 @@ -35,7 +35,7 @@ // Win32K Process/Thread Functions // NTKERNELAPI -struct _W32THREAD* +PVOID NTAPI PsGetCurrentThreadWin32Thread( VOID
Modified: trunk/reactos/ntoskrnl/ps/thread.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/thread.c?rev=36... ============================================================================== --- trunk/reactos/ntoskrnl/ps/thread.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/ps/thread.c [iso-8859-1] Thu Oct 16 12:21:08 2008 @@ -850,7 +850,7 @@ /* * @implemented */ -struct _W32THREAD* +PVOID NTAPI PsGetCurrentThreadWin32Thread(VOID) {