mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
krnl386.exe16: Fix signature of DOSVM_Int16ReadChar.
This commit is contained in:
parent
33199860f1
commit
fdc6ae93ce
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue