ChangeSet ID: 1007495689308334133587778 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/04 14:54:50
Modified files: dlls/kernel : kernel_main.c wprocs.spec dlls/ntdll : Makefile.in ntdll.spec dlls/winedos : Makefile.in dosvm.c int09.c module.c winedos.spec graphics : dispdib.c include : callback.h miscemu.h miscemu : main.c msdos : Makefile.in dosmem.c dpmi.c int20.c int21.c int2f.c interrupts.c ioports.c Added files: dlls/winedos : devices.c dosaspi.c dosexe.h int10.c int16.c int17.c int19.c int20.c int21.c int29.c int31.c int33.c ioports.c vga.c vga.h xms.c Removed files: include : dosexe.h vga.h msdos : devices.c dosaspi.c int10.c int16.c int17.c int19.c int29.c int33.c vga.c xms.c
Log message: Moved most of the real-mode stuff to dlls/winedos.
Patch: http://cvs.winehq.com/patch.py?id=1007495689308334133587778
Revision Changes Path 1.25 +0 -3 wine/dlls/kernel/kernel_main.c 1.6 +0 -1 wine/dlls/kernel/wprocs.spec 1.18 +0 -2 wine/dlls/ntdll/Makefile.in 1.52 +5 -5 wine/dlls/ntdll/ntdll.spec 1.3 +24 -1 wine/dlls/winedos/Makefile.in 1.9 +104 -42 wine/dlls/winedos/dosvm.c 1.3 +10 -11 wine/dlls/winedos/int09.c 1.10 +41 -60 wine/dlls/winedos/module.c 1.6 +11 -12 wine/dlls/winedos/winedos.spec 1.1 +0 -0 wine/dlls/winedos/devices.c 1.1 +0 -0 wine/dlls/winedos/dosaspi.c 1.1 +0 -0 wine/dlls/winedos/dosexe.h 1.1 +0 -0 wine/dlls/winedos/int10.c 1.1 +0 -0 wine/dlls/winedos/int16.c 1.1 +0 -0 wine/dlls/winedos/int17.c 1.1 +0 -0 wine/dlls/winedos/int19.c 1.1 +0 -0 wine/dlls/winedos/int20.c 1.1 +0 -0 wine/dlls/winedos/int21.c 1.1 +0 -0 wine/dlls/winedos/int29.c 1.1 +0 -0 wine/dlls/winedos/int31.c 1.1 +0 -0 wine/dlls/winedos/int33.c 1.1 +0 -0 wine/dlls/winedos/ioports.c 1.1 +0 -0 wine/dlls/winedos/vga.c 1.1 +0 -0 wine/dlls/winedos/vga.h 1.1 +0 -0 wine/dlls/winedos/xms.c 1.13 +7 -2 wine/graphics/dispdib.c 1.44 +11 -10 wine/include/callback.h 1.44 +0 -49 wine/include/miscemu.h 1.57 +0 -1 wine/miscemu/main.c 1.15 +0 -10 wine/msdos/Makefile.in 1.34 +2 -9 wine/msdos/dosmem.c 1.59 +34 -599 wine/msdos/dpmi.c 1.10 +1 -5 wine/msdos/int20.c 1.66 +39 -139 wine/msdos/int21.c 1.38 +0 -1 wine/msdos/int2f.c 1.21 +0 -102 wine/msdos/interrupts.c 1.29 +9 -19 wine/msdos/ioports.c