[ros-diffs] [janderwald] 55918: [USBOHCI] - Fix msvc build
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Wed Feb 29 11:06:57 UTC 2012
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);
More information about the Ros-diffs
mailing list