mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[MOUNTMGR]
Warn when stubling upon Winism. svn path=/trunk/; revision=70596
This commit is contained in:
@@ -2788,6 +2788,9 @@ 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user