[USBPORT] Don't use NTAPI for variadic function.

Powered by clang-cl.
This commit is contained in:
Thomas Faber 2021-10-09 16:00:24 -04:00
parent 4be3bc682d
commit e7574ee5e8
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
3 changed files with 1 additions and 3 deletions

View file

@ -16,7 +16,6 @@
#include "usbdebug.h" #include "usbdebug.h"
ULONG ULONG
NTAPI
USBPORT_DbgPrint(IN PVOID MiniPortExtension, USBPORT_DbgPrint(IN PVOID MiniPortExtension,
IN ULONG Level, IN ULONG Level,
IN PCH Format, IN PCH Format,

View file

@ -744,7 +744,6 @@ USBPORT_DoneTransfer(
/* debug.c */ /* debug.c */
ULONG ULONG
NTAPI
USBPORT_DbgPrint( USBPORT_DbgPrint(
IN PVOID MiniPortExtension, IN PVOID MiniPortExtension,
IN ULONG Level, IN ULONG Level,

View file

@ -396,7 +396,7 @@ typedef MPSTATUS
/* Port functions */ /* Port functions */
typedef ULONG typedef ULONG
(NTAPI *PUSBPORT_DBG_PRINT)( (*PUSBPORT_DBG_PRINT)(
PVOID, PVOID,
ULONG, ULONG,
PCH, PCH,