wine/ dlls/ntdll/Makefile.in files/drive.c fil ...

Alexandre Julliard julliard at winehq.com
Sat Jan 12 19:44:02 CST 2002


ChangeSet ID:	1010886242827487455680966
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	02/01/12 20:44:02

Modified files:
	dlls/ntdll     : Makefile.in 
	files          : drive.c file.c 
	include        : file.h winioctl.h 
	misc           : Makefile.in 
	win32          : device.c 
Added files:
	dlls/ntdll     : cdrom.c 
	include        : ntddcdrm.h ntddstor.h 
Removed files:
	include        : cdrom.h 
	misc           : cdrom.c 

Log message:
	Eric Pouech <eric.pouech at wanadoo.fr>
	Changed the Wine internal cdrom interface to the NT model.

Patch: http://cvs.winehq.com/patch.py?id=1010886242827487455680966

Revision  Changes    Path
 1.22     +1 -0      wine/dlls/ntdll/Makefile.in
 1.1     +0 -0       wine/dlls/ntdll/cdrom.c
 1.64     +260 -3    wine/files/drive.c
 1.130    +5 -0      wine/files/file.c
 1.37     +6 -0      wine/include/file.h
 1.8      +78 -1     wine/include/winioctl.h
 1.1     +0 -0       wine/include/ntddcdrm.h
 1.1     +0 -0       wine/include/ntddstor.h
 1.35     +0 -1      wine/misc/Makefile.in
 1.58     +36 -17    wine/win32/device.c





More information about the wine-cvs mailing list