ChangeSet ID: 7295 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/02/19 16:11:05
Modified files: msdos : int21.c dosmem.c memory : global.c include : miscemu.h dlls/winedos : int21.c dlls/kernel : kernel32.spec
Log message: Jukka Heinonen jhei@iki.fi Move resize memory block to winedos and make it resize in place and work correctly even when trying to allocate too much memory.
Patch: http://cvs.winehq.com/patch.py?id=7295
Old revision New revision Changes Path 1.87 1.88 +0 -17 wine/msdos/int21.c 1.48 1.49 +63 -73 wine/msdos/dosmem.c 1.76 1.77 +43 -9 wine/memory/global.c 1.64 1.65 +1 -1 wine/include/miscemu.h 1.24 1.25 +27 -1 wine/dlls/winedos/int21.c 1.90 1.91 +1 -0 wine/dlls/kernel/kernel32.spec