ChangeSet ID: 9374 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/17 15:23:34
Modified files: include : miscemu.h dlls/winedos : dosvm.c dlls/kernel : wowthunk.c instr.c
Log message: Use WOWCallback16Ex to switch to vm86 mode so that we can setup a proper exception handler and handle instruction emulation.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9374
Old revision New revision Changes Path 1.71 1.72 +1 -1 wine/include/miscemu.h 1.51 1.52 +3 -2 wine/dlls/winedos/dosvm.c 1.40 1.41 +46 -12 wine/dlls/kernel/wowthunk.c 1.1 1.2 +33 -32 wine/dlls/kernel/instr.c