mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +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;
|
PKBDRVFILE pkbdf;
|
||||||
} KBL, *PKBL;
|
} KBL, *PKBL;
|
||||||
|
|
||||||
#define KBL_UNLOADED 0x2000000
|
#define KBL_UNLOADED 0x20000000
|
||||||
#define KBL_RESET 0x4000000
|
#define KBL_RESET 0x40000000
|
||||||
|
|
||||||
NTSTATUS FASTCALL
|
NTSTATUS FASTCALL
|
||||||
InitInputImpl(VOID);
|
InitInputImpl(VOID);
|
||||||
|
|
Loading…
Reference in a new issue