Author: cgutman Date: Wed Jul 22 03:47:27 2009 New Revision: 42125
URL: http://svn.reactos.org/svn/reactos?rev=42125&view=rev Log: - Fix compilation of usbdriver with _MULTI_UHCI defined
Modified: trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c
Modified: trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdr... ============================================================================== --- trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c [iso-8859-1] (original) +++ trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c [iso-8859-1] Wed Jul 22 03:47:27 2009 @@ -667,7 +667,9 @@ } }
+#ifndef _MULTI_UHCI LBL_LOOPOUT: +#endif if (pdev) { pdev_ext = pdev->DeviceExtension;