ChangeSet ID: 6094 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/29 17:09:30
Modified files: include : miscemu.h dlls/winedos : interrupts.c int31.c int21.c int20.c dlls/kernel : kernel32.spec
Log message: Jukka Heinonen jhei@iki.fi Modify winedos interrupt handlers so that they work with PM interrupts. Add forwarding functions for handlers in other DLLs. Make DOSVM_GetBuiltinHandler use static table instead of GetProcAddress.
Patch: http://cvs.winehq.com/patch.py?id=6094
Old revision New revision Changes Path 1.55 1.56 +9 -0 wine/include/miscemu.h 1.2 1.3 +79 -41 wine/dlls/winedos/interrupts.c 1.10 1.11 +67 -9 wine/dlls/winedos/int31.c 1.13 1.14 +7 -1 wine/dlls/winedos/int21.c 1.2 1.3 +5 -1 wine/dlls/winedos/int20.c 1.66 1.67 +4 -0 wine/dlls/kernel/kernel32.spec