Author: jimtabor Date: Wed Jan 10 06:42:10 2007 New Revision: 25409
URL: http://svn.reactos.org/svn/reactos?rev=25409&view=rev Log: Should be 7 zeros not 6.
Modified: trunk/reactos/subsystems/win32/win32k/include/input.h
Modified: trunk/reactos/subsystems/win32/win32k/include/input.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/include/input.h (original) +++ trunk/reactos/subsystems/win32/win32k/include/input.h Wed Jan 10 06:42:10 2007 @@ -18,8 +18,8 @@ PKBDRVFILE pkbdf; } KBL, *PKBL;
-#define KBL_UNLOADED 0x2000000 -#define KBL_RESET 0x4000000 +#define KBL_UNLOADED 0x20000000 +#define KBL_RESET 0x40000000
NTSTATUS FASTCALL InitInputImpl(VOID);