KBDINFO Incorrectly Defined

ID Number: Q30898

5.10

MS-DOS

Summary:

The KBDINFO structure found in BSESUB.H is incorrectly defined, as

follows:

KBDINFO struc

kbxl_cb db ?

kbxl_fsMask db ?

kbxl_chTurnAround db ?

kbxl_fdInterim db ?

kbxl_fsState dw ?

KBDINFO ends

The members of the structure should all be declared as words (dw)

rather than bytes.