Author: jgardou Date: Sat Jun 18 14:50:59 2011 New Revision: 52342
URL: http://svn.reactos.org/svn/reactos?rev=52342&view=rev Log: [NTOSKRNL] KeGetPreviousMode returns KPROCESSORMODE, which is CCHAR and not UCHAR
Modified: trunk/reactos/ntoskrnl/include/internal/ke_x.h
Modified: trunk/reactos/ntoskrnl/include/internal/ke_x.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/k... ============================================================================== --- trunk/reactos/ntoskrnl/include/internal/ke_x.h [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/include/internal/ke_x.h [iso-8859-1] Sat Jun 18 14:50:59 2011 @@ -8,7 +8,7 @@
#ifndef _M_ARM FORCEINLINE -UCHAR +KPROCESSOR_MODE KeGetPreviousMode(VOID) { /* Return the current mode */