- started implementing ntdll.NtDeviceIoControlFile and made
commit583bb3fd3e0c341f57bed057cf91f83fa6fc39aa
authorEric Pouech <pouech-eric@wanadoo.fr>
Tue, 24 Jun 2003 19:28:21 +0000 (24 19:28 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jun 2003 19:28:21 +0000 (24 19:28 +0000)
tree5e4e4a9f2b14c63c427745fdcd053395c310b016
parentd9df64609b27a49e9c0e98dfeba1466e6b5c99ba
- started implementing ntdll.NtDeviceIoControlFile and made
  kernel32.DeviceIoControl call it
- changed cdrom ioctl function's prototype to stick to
  ntdll.NtDeviceIoControlFile signature
dlls/ntdll/cdrom.c
dlls/ntdll/file.c
dlls/ntdll/ntdll_misc.h
include/file.h
win32/device.c