=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: krnl386.exe16: Fix signature of DOSVM_Int16ReadChar.

Alexandre Julliard julliard at winehq.org
Tue Dec 10 14:44:06 CST 2013


Module: wine
Branch: master
Commit: fdc6ae93ce02da771adfab2ea3325726cfc3bda3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fdc6ae93ce02da771adfab2ea3325726cfc3bda3

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue Dec 10 11:52:36 2013 +0100

krnl386.exe16: Fix signature of DOSVM_Int16ReadChar.

---

 dlls/krnl386.exe16/int16.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/krnl386.exe16/int16.c b/dlls/krnl386.exe16/int16.c
index f567ee7..5d84a0b 100644
--- a/dlls/krnl386.exe16/int16.c
+++ b/dlls/krnl386.exe16/int16.c
@@ -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;




More information about the wine-cvs mailing list