From 500a04dd0a6c13a54657b4e4bc6332d72ac38029 Mon Sep 17 00:00:00 2001 From: midipix Date: May 29 2016 11:46:12 +0000 Subject: nt_object.h: nt_io_apc_routine function signature: fix linkage. --- diff --git a/include/ntapi/nt_object.h b/include/ntapi/nt_object.h index bc4df6f..1a34a40 100644 --- a/include/ntapi/nt_object.h +++ b/include/ntapi/nt_object.h @@ -393,7 +393,7 @@ typedef struct _nt_keyed_object_directory_name { } nt_keyed_object_directory_name, nt_keyed_objdir_name; -typedef void nt_io_apc_routine( +typedef void __stdcall nt_io_apc_routine( void * apc_context, nt_io_status_block * io_status_block, uint32_t reserved);