krnl386.exe16: Fix signature of DOSVM_Int16ReadChar.
This commit is contained in:
parent
33199860f1
commit
fdc6ae93ce
|
@ -160,7 +160,7 @@ void WINAPI DOSVM_Int16Handler( CONTEXT *context )
|
|||
* Return value will always be TRUE and returned keystroke will be
|
||||
* removed from buffer.
|
||||
*/
|
||||
int DOSVM_Int16ReadChar(BYTE *ascii, BYTE *scan, CONTEXT *waitctx)
|
||||
BOOL DOSVM_Int16ReadChar(BYTE *ascii, BYTE *scan, CONTEXT *waitctx)
|
||||
{
|
||||
BIOSDATA *data = DOSVM_BiosData();
|
||||
WORD CurOfs = data->NextKbdCharPtr;
|
||||
|
|
Loading…
Reference in New Issue