Commit 2cb0cde3 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wineusb.sys: Mark transfer_cb() as LIBUSB_CALL.

parent c111332d
......@@ -483,7 +483,7 @@ static NTSTATUS usbd_status_from_libusb(enum libusb_transfer_status status)
}
}
static void transfer_cb(struct libusb_transfer *transfer)
static void LIBUSB_CALL transfer_cb(struct libusb_transfer *transfer)
{
IRP *irp = transfer->user_data;
URB *urb = IoGetCurrentIrpStackLocation(irp)->Parameters.Others.Argument1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment