From 78749a977a9413fe7e5709a58edf299d2ff99ae5 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 10 Jan 2007 03:42:10 +0000 Subject: [PATCH] Should be 7 zeros not 6. svn path=/trunk/; revision=25409 --- reactos/subsystems/win32/win32k/include/input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsystems/win32/win32k/include/input.h b/reactos/subsystems/win32/win32k/include/input.h index bee57e3653e..6f201eae1b7 100644 --- a/reactos/subsystems/win32/win32k/include/input.h +++ b/reactos/subsystems/win32/win32k/include/input.h @@ -18,8 +18,8 @@ typedef struct _KBL PKBDRVFILE pkbdf; } KBL, *PKBL; -#define KBL_UNLOADED 0x2000000 -#define KBL_RESET 0x4000000 +#define KBL_UNLOADED 0x20000000 +#define KBL_RESET 0x40000000 NTSTATUS FASTCALL InitInputImpl(VOID);