ChangeSet ID: 7931 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/21 18:22:53
Modified files: msdos : int21.c include : msdos.h miscemu.h dlls/winedos : int21.c dosexe.h Makefile.in dlls/ntdll : Makefile.in Added files: dlls/winedos : dosconf.c Removed files: msdos : dosconf.c
Log message: Jukka Heinonen jhei@iki.fi Moved dosconf.c to winedos.
Patch: http://cvs.winehq.com/patch.py?id=7931
Old revision New revision Changes Path 1.91 1.92 +0 -56 wine/msdos/int21.c 1.55 1.56 +4 -5 wine/dlls/ntdll/Makefile.in 1.12 1.13 +0 -21 wine/include/msdos.h 1.68 1.69 +0 -3 wine/include/miscemu.h 1.28 1.29 +48 -1 wine/dlls/winedos/int21.c 1.23 1.24 +22 -0 wine/dlls/winedos/dosexe.h 1.22 1.23 +1 -0 wine/dlls/winedos/Makefile.in Added 1.1 +0 -0 wine/dlls/winedos/dosconf.c 1.16 Removed +0 -0 wine/msdos/dosconf.c