ChangeSet ID: 6039 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/28 14:12:40
Modified files: dlls/winedos : module.c interrupts.c int31.c dosvm.c dosexe.h
Log message: Jukka Heinonen jhei@iki.fi Add routines for manipulating protected mode interrupt handlers to winedos dll. Add routine for checking if process is Windows process. Fix DOSVM_IsDos32 interface. Move real mode interrupt handler manipulation routines to interrupts.c.
Patch: http://cvs.winehq.com/patch.py?id=6039
Old revision New revision Changes Path 1.26 1.27 +16 -0 wine/dlls/winedos/module.c 1.1 1.2 +154 -8 wine/dlls/winedos/interrupts.c 1.9 1.10 +1 -1 wine/dlls/winedos/int31.c 1.26 1.27 +0 -24 wine/dlls/winedos/dosvm.c 1.11 1.12 +11 -3 wine/dlls/winedos/dosexe.h