krnl386.exe16: Fix signature of DOSVM_Int16ReadChar.

oldstable
Frédéric Delanoy 2013-12-10 11:52:36 +01:00 committed by Alexandre Julliard
parent 33199860f1
commit fdc6ae93ce
1 changed files with 1 additions and 1 deletions

View File

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