Author: pschweitzer Date: Fri Jan 15 21:12:57 2016 New Revision: 70596
URL: http://svn.reactos.org/svn/reactos?rev=70596&view=rev Log: [MOUNTMGR] Warn when stubling upon Winism.
Modified: trunk/reactos/drivers/filters/mountmgr/device.c
Modified: trunk/reactos/drivers/filters/mountmgr/device.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filters/mountmgr/de... ============================================================================== --- trunk/reactos/drivers/filters/mountmgr/device.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filters/mountmgr/device.c [iso-8859-1] Fri Jan 15 21:12:57 2016 @@ -2788,6 +2788,9 @@ 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; }