Skip to content

Commit e969fbe

Browse files
committed
[UDFS] Add missing NTAPI for PIO_APC_ROUTINE (reactos#8417)
1 parent 79a9fcb commit e969fbe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/filesystems/udfs/Include/nt_native.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,9 @@ typedef struct _IO_STATUS_BLOCK {
874874

875875
typedef
876876
VOID
877+
#ifdef __REACTOS__
878+
NTAPI
879+
#endif
877880
(*PIO_APC_ROUTINE) (
878881
IN PVOID ApcContext,
879882
IN PIO_STATUS_BLOCK IoStatusBlock,

0 commit comments

Comments
 (0)