mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[UDFS] Add missing NTAPI for PIO_APC_ROUTINE (#8417)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user