From be7b345087e322a1536b62a8e1e33917c62d8363 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 24 Aug 2006 09:01:22 +0000 Subject: [PATCH] Fix compiling svn path=/trunk/; revision=23682 --- reactos/drivers/usb/nt4compat/usbdriver/td.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/usb/nt4compat/usbdriver/td.h b/reactos/drivers/usb/nt4compat/usbdriver/td.h index e2f88bac494..9c98a22d069 100644 --- a/reactos/drivers/usb/nt4compat/usbdriver/td.h +++ b/reactos/drivers/usb/nt4compat/usbdriver/td.h @@ -861,7 +861,7 @@ PUSB_DEV dev ); //helpers -static VOID +VOID NTAPI uhci_dpc_callback( PKDPC dpc, PVOID context, @@ -877,7 +877,7 @@ uhci_flush_adapter_buf() #endif } -BOOL +NTSTATUS uhci_submit_urb( PUHCI_DEV uhci, PUSB_DEV pdev,