[ros-diffs] [jgardou] 52342: [NTOSKRNL] KeGetPreviousMode returns KPROCESSORMODE, which is CCHAR and not UCHAR

jgardou at svn.reactos.org jgardou at svn.reactos.org
Sat Jun 18 14:51:00 UTC 2011


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/ke_x.h?rev=52342&r1=52341&r2=52342&view=diff
==============================================================================
--- 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 */




More information about the Ros-diffs mailing list