ChangeSet ID: 1030665805923832698566006 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/29 19:03:25
Modified files: dlls/winedos : devices.c dosaspi.c dosexe.h dosvm.c int10.c int16.c int21.c int31.c int67.c module.c vga.c xms.c include : miscemu.h msdos : dosmem.c
Log message: Fixed some dll separation issues.
Patch: http://cvs.winehq.com/patch.py?id=1030665805923832698566006
Revision Changes Path 1.5 +5 -6 wine/dlls/winedos/devices.c 1.6 +4 -3 wine/dlls/winedos/dosaspi.c 1.8 +3 -0 wine/dlls/winedos/dosexe.h 1.22 +2 -2 wine/dlls/winedos/dosvm.c 1.17 +5 -5 wine/dlls/winedos/int10.c 1.6 +2 -2 wine/dlls/winedos/int16.c 1.11 +1 -1 wine/dlls/winedos/int21.c 1.7 +1 -1 wine/dlls/winedos/int31.c 1.6 +1 -1 wine/dlls/winedos/int67.c 1.21 +7 -5 wine/dlls/winedos/module.c 1.23 +4 -4 wine/dlls/winedos/vga.c 1.5 +4 -7 wine/dlls/winedos/xms.c 1.51 +0 -5 wine/include/miscemu.h 1.40 +2 -28 wine/msdos/dosmem.c