[UDFS] Add missing NTAPI for PIO_APC_ROUTINE (#8417)

This commit is contained in:
Hermès Bélusca-Maïto
2025-10-08 17:27:29 +02:00
parent 79a9fcbbe7
commit e969fbeea8

View File

@@ -874,6 +874,9 @@ typedef struct _IO_STATUS_BLOCK {
typedef
VOID
#ifdef __REACTOS__
NTAPI
#endif
(*PIO_APC_ROUTINE) (
IN PVOID ApcContext,
IN PIO_STATUS_BLOCK IoStatusBlock,