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

This commit is contained in:
Hermès Bélusca-Maïto
2025-10-19 17:11:55 +02:00
parent 79a9fcbbe7
commit e969fbeea8
@@ -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,