Skip to content

Commit de1fb41

Browse files
committed
[PSDK][NDK] winternl.h, iotypes.h: define PIO_APC_ROUTINE_DEFINED (reactos#8417)
Define `PIO_APC_ROUTINE_DEFINED` after the `PIO_APC_ROUTINE` callback type definition. Used by icmpapi.h `Icmp*SendEcho2*()` routines.
1 parent 73fb345 commit de1fb41

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sdk/include/ndk/iotypes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,8 @@ typedef VOID
11741174
_In_ PIO_STATUS_BLOCK IoStatusBlock,
11751175
_In_ ULONG Reserved);
11761176

1177+
#define PIO_APC_ROUTINE_DEFINED
1178+
11771179
//
11781180
// Mailslot IOCTL Codes
11791181
//

sdk/include/psdk/winternl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ VOID
296296
_In_ PIO_STATUS_BLOCK IoStatusBlock,
297297
_In_ ULONG Reserved);
298298

299+
#define PIO_APC_ROUTINE_DEFINED
300+
299301
__kernel_entry
300302
NTSYSCALLAPI
301303
NTSTATUS

0 commit comments

Comments
 (0)