Should be 7 zeros not 6.

svn path=/trunk/; revision=25409
This commit is contained in:
James Tabor 2007-01-10 03:42:10 +00:00
parent 70d1578a28
commit 78749a977a

View file

@ -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);