mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +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
|
@ -396,7 +396,7 @@ typedef MPSTATUS
|
|||
|
||||
/* Port functions */
|
||||
typedef ULONG
|
||||
(NTAPI *PUSBPORT_DBG_PRINT)(
|
||||
(*PUSBPORT_DBG_PRINT)(
|
||||
PVOID,
|
||||
ULONG,
|
||||
PCH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue