mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Should be 7 zeros not 6.
svn path=/trunk/; revision=25409
This commit is contained in:
parent
70d1578a28
commit
78749a977a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue