mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[MPR][MOUNTMGR][DDK] Remove unused wine-specific code (#6958)
Usage of these in MPR was already inside #ifndef __REACTOS__ block, so, "This Is Fine".
This commit is contained in:
parent
0d36818422
commit
7930bed0a1
3 changed files with 2 additions and 14 deletions
|
@ -2793,9 +2793,6 @@ MountMgrDeviceControl(IN PDEVICE_OBJECT DeviceObject,
|
|||
Status = MountMgrSetAutoMount(DeviceExtension, Irp);
|
||||
break;
|
||||
|
||||
case IOCTL_MOUNTMGR_DEFINE_UNIX_DRIVE:
|
||||
case IOCTL_MOUNTMGR_QUERY_UNIX_DRIVE:
|
||||
DPRINT1("Winism! Rewrite the caller!\n");
|
||||
default:
|
||||
Status = STATUS_INVALID_DEVICE_REQUEST;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue