Author: janderwald
Date: Wed Feb 29 11:06:57 2012
New Revision: 55918

URL: http://svn.reactos.org/svn/reactos?rev=55918&view=rev
Log:
[USBOHCI]
- Fix msvc build

Modified:
    trunk/reactos/drivers/usb/usbohci/usb_request.cpp

Modified: trunk/reactos/drivers/usb/usbohci/usb_request.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbohci/usb_request.cpp?rev=55918&r1=55917&r2=55918&view=diff
==============================================================================
--- trunk/reactos/drivers/usb/usbohci/usb_request.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbohci/usb_request.cpp [iso-8859-1] Wed Feb 29 
11:06:57 2012
@@ -42,7 +42,7 @@
     // local functions
     ULONG InternalGetTransferType();
     UCHAR InternalGetPidDirection();
-    UCHAR GetDeviceAddress();
+    UCHAR STDMETHODCALLTYPE GetDeviceAddress();
     NTSTATUS BuildSetupPacket();
     NTSTATUS BuildSetupPacketFromURB();
     NTSTATUS BuildControlTransferDescriptor(POHCI_ENDPOINT_DESCRIPTOR * 
OutEndpointDescriptor);


Reply via email to