Commit fdc6ae93 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

krnl386.exe16: Fix signature of DOSVM_Int16ReadChar.

parent 33199860
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment