ChangeSet ID: 6530 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/07 17:46:42
Modified files: msdos : int21.c include : msdos.h dlls/winedos : module.c int21.c himem.c dosexe.h devices.c dlls/kernel : kernel32.spec
Log message: Jukka Heinonen jhei@iki.fi Move int08 stub and LOL to upper memory. Move simple int21 functions to winedos.
Patch: http://cvs.winehq.com/patch.py?id=6530
Old revision New revision Changes Path 1.80 1.81 +0 -109 wine/msdos/int21.c 1.11 1.12 +3 -3 wine/include/msdos.h 1.27 1.28 +1 -1 wine/dlls/winedos/module.c 1.17 1.18 +140 -31 wine/dlls/winedos/int21.c 1.1 1.2 +23 -2 wine/dlls/winedos/himem.c 1.19 1.20 +3 -1 wine/dlls/winedos/dosexe.h 1.6 1.7 +9 -4 wine/dlls/winedos/devices.c 1.82 1.83 +1 -0 wine/dlls/kernel/kernel32.spec