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_re…
==============================================================================
--- 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);