[USBOHCI]

- Fix msvc build

svn path=/trunk/; revision=55918
This commit is contained in:
Johannes Anderwald 2012-02-29 11:06:57 +00:00
parent a755140405
commit a3b5c86363

View file

@ -42,7 +42,7 @@ public:
// local functions
ULONG InternalGetTransferType();
UCHAR InternalGetPidDirection();
UCHAR GetDeviceAddress();
UCHAR STDMETHODCALLTYPE GetDeviceAddress();
NTSTATUS BuildSetupPacket();
NTSTATUS BuildSetupPacketFromURB();
NTSTATUS BuildControlTransferDescriptor(POHCI_ENDPOINT_DESCRIPTOR * OutEndpointDescriptor);