mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[USBPORT] Don't use NTAPI for variadic function.
Powered by clang-cl.
This commit is contained in:
parent
4be3bc682d
commit
e7574ee5e8
3 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue