wine/ msdos/dpmi.c include/miscemu.h include/c ...

Alexandre Julliard julliard at winehq.org
Wed Sep 17 17:45:46 CDT 2003


ChangeSet ID:	9383
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/09/17 17:45:46

Modified files:
	msdos          : dpmi.c 
	include        : miscemu.h callback.h 
	dlls/winedos   : winedos.spec timer.c ioports.c dosexe.h 
	                 Makefile.in 
	dlls/ntdll     : Makefile.in 
	dlls/kernel    : instr.c 
Added files:
	dlls/winedos   : ppdev.c 
Removed files:
	msdos          : ppdev.c ioports.c 

Log message:
	Moved I/O port handling to dlls/winedos.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9383

Old revision  New revision  Changes     Path
 1.76          1.77          +0 -2       wine/msdos/dpmi.c
 1.72          1.73          +0 -9       wine/include/miscemu.h
 1.55          1.56          +2 -4       wine/include/callback.h
 1.16          1.17          +1 -3       wine/dlls/winedos/winedos.spec
 1.2           1.3           +2 -4       wine/dlls/winedos/timer.c
 1.7           1.8           +494 -12    wine/dlls/winedos/ioports.c
 1.31          1.32          +5 -0       wine/dlls/winedos/dosexe.h
 1.25          1.26          +1 -0       wine/dlls/winedos/Makefile.in
 1.77          1.78          +0 -2       wine/dlls/ntdll/Makefile.in
 1.2           1.3           +6 -2       wine/dlls/kernel/instr.c
 Added         1.1           +0 -0       wine/dlls/winedos/ppdev.c
 1.11          Removed       +0 -0       wine/msdos/ppdev.c
 1.40          Removed       +0 -0       wine/msdos/ioports.c




More information about the wine-cvs mailing list