ChangeSet ID: 8587 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/24 14:28:21
Modified files: win32 : device.c include : file.h dlls/ntdll : ntdll_misc.h file.c cdrom.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - started implementing ntdll.NtDeviceIoControlFile and made kernel32.DeviceIoControl call it - changed cdrom ioctl function's prototype to stick to ntdll.NtDeviceIoControlFile signature
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8587
Old revision New revision Changes Path 1.77 1.78 +26 -56 wine/win32/device.c 1.51 1.52 +0 -6 wine/include/file.h 1.18 1.19 +11 -0 wine/dlls/ntdll/ntdll_misc.h 1.24 1.25 +44 -15 wine/dlls/ntdll/file.c 1.32 1.33 +18 -16 wine/dlls/ntdll/cdrom.c