mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +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"
|
#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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue