[ros-diffs] [cgutman] 42125: - Fix compilation of usbdriver with _MULTI_UHCI defined

cgutman at svn.reactos.org cgutman at svn.reactos.org
Wed Jul 22 03:47:27 CEST 2009


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/usbdriver/uhci.c?rev=42125&r1=42124&r2=42125&view=diff
==============================================================================
--- 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;



More information about the Ros-diffs mailing list