ChangeSet ID: 10079 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/14 18:13:21
Modified files: include : miscemu.h files : file.c drive.c dos_fs.c directory.c dlls/winedos : xms.c vxd.c int5c.c int4b.c int41.c int31.c int2a.c int26.c int25.c int21.c int17.c int15.c int13.c int12.c int11.c fpu.c dosvm.c dosexe.h devices.c dlls/winaspi : winaspi16.c dlls/kernel : wowthunk.c windebug.c win87em.c vxd.c thunk.c instr.c file16.c device.c Removed files: include : msdos.h
Log message: Moved a number of DOS definitions out of the global headers and into winedos private files. Removed the msdos.h header.
Patch: http://cvs.winehq.com/patch.py?id=10079
Old revision New revision Changes Path 1.74 1.75 +0 -74 wine/include/miscemu.h 1.192 1.193 +1 -3 wine/files/file.c 1.101 1.102 +0 -1 wine/files/drive.c 1.141 1.142 +0 -1 wine/files/dos_fs.c 1.69 1.70 +0 -1 wine/files/directory.c 1.9 1.10 +1 -1 wine/dlls/winedos/xms.c 1.2 1.3 +1 -3 wine/dlls/winedos/vxd.c 1.1 1.2 +1 -1 wine/dlls/winedos/int5c.c 1.1 1.2 +1 -1 wine/dlls/winedos/int4b.c 1.1 1.2 +1 -1 wine/dlls/winedos/int41.c 1.36 1.37 +0 -2 wine/dlls/winedos/int31.c 1.1 1.2 +1 -2 wine/dlls/winedos/int2a.c 1.1 1.2 +1 -2 wine/dlls/winedos/int26.c 1.1 1.2 +1 -2 wine/dlls/winedos/int25.c 1.47 1.48 +86 -14 wine/dlls/winedos/int21.c 1.7 1.8 +1 -2 wine/dlls/winedos/int17.c 1.1 1.2 +1 -1 wine/dlls/winedos/int15.c 1.3 1.4 +4 -3 wine/dlls/winedos/int13.c 1.1 1.2 +1 -1 wine/dlls/winedos/int12.c 1.2 1.3 +1 -3 wine/dlls/winedos/int11.c 1.3 1.4 +1 -2 wine/dlls/winedos/fpu.c 1.55 1.56 +0 -3 wine/dlls/winedos/dosvm.c 1.33 1.34 +77 -1 wine/dlls/winedos/dosexe.h 1.10 1.11 +62 -4 wine/dlls/winedos/devices.c 1.34 1.35 +16 -71 wine/dlls/winaspi/winaspi16.c 1.45 1.46 +1 -1 wine/dlls/kernel/wowthunk.c 1.7 1.8 +3 -4 wine/dlls/kernel/windebug.c 1.9 1.10 +24 -24 wine/dlls/kernel/win87em.c 1.3 1.4 +2 -3 wine/dlls/kernel/vxd.c 1.42 1.43 +8 -9 wine/dlls/kernel/thunk.c 1.7 1.8 +3 -2 wine/dlls/kernel/instr.c 1.3 1.4 +0 -3 wine/dlls/kernel/file16.c 1.3 1.4 +0 -1 wine/dlls/kernel/device.c 1.15 Removed +0 -0 wine/include/msdos.h