mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PSDK][NDK] winternl.h, iotypes.h: define PIO_APC_ROUTINE_DEFINED (#8417)
Define `PIO_APC_ROUTINE_DEFINED` after the `PIO_APC_ROUTINE` callback type definition. Used by icmpapi.h `Icmp*SendEcho2*()` routines.
This commit is contained in:
@@ -1174,6 +1174,8 @@ typedef VOID
|
||||
_In_ PIO_STATUS_BLOCK IoStatusBlock,
|
||||
_In_ ULONG Reserved);
|
||||
|
||||
#define PIO_APC_ROUTINE_DEFINED
|
||||
|
||||
//
|
||||
// Mailslot IOCTL Codes
|
||||
//
|
||||
|
||||
@@ -296,6 +296,8 @@ VOID
|
||||
_In_ PIO_STATUS_BLOCK IoStatusBlock,
|
||||
_In_ ULONG Reserved);
|
||||
|
||||
#define PIO_APC_ROUTINE_DEFINED
|
||||
|
||||
__kernel_entry
|
||||
NTSYSCALLAPI
|
||||
NTSTATUS
|
||||
|
||||
Reference in New Issue
Block a user