ChangeSet ID: 8015 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/02 15:12:52
Modified files: dlls/winedos : int21.c int16.c dosvm.c dosexe.h devices.c
Log message: Jukka Heinonen jhei@iki.fi Remove obsolete code from DOSVM_Wait. Prepare DOSVM_Wait for handling nested interrupts in both real and protected mode. Provide temporary workaround for keyboard related deadlock.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8015
Old revision New revision Changes Path 1.29 1.30 +11 -11 wine/dlls/winedos/int21.c 1.10 1.11 +46 -26 wine/dlls/winedos/int16.c 1.34 1.35 +61 -70 wine/dlls/winedos/dosvm.c 1.24 1.25 +4 -4 wine/dlls/winedos/dosexe.h 1.7 1.8 +2 -2 wine/dlls/winedos/devices.c