mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[USBPORT] Don't use NTAPI for variadic function.
Powered by clang-cl.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include "usbdebug.h"
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
USBPORT_DbgPrint(IN PVOID MiniPortExtension,
|
||||
IN ULONG Level,
|
||||
IN PCH Format,
|
||||
|
||||
@@ -744,7 +744,6 @@ USBPORT_DoneTransfer(
|
||||
|
||||
/* debug.c */
|
||||
ULONG
|
||||
NTAPI
|
||||
USBPORT_DbgPrint(
|
||||
IN PVOID MiniPortExtension,
|
||||
IN ULONG Level,
|
||||
|
||||
@@ -396,7 +396,7 @@ typedef MPSTATUS
|
||||
|
||||
/* Port functions */
|
||||
typedef ULONG
|
||||
(NTAPI *PUSBPORT_DBG_PRINT)(
|
||||
(*PUSBPORT_DBG_PRINT)(
|
||||
PVOID,
|
||||
ULONG,
|
||||
PCH,
|
||||
|
||||
Reference in New Issue
Block a user