From 500a04dd0a6c13a54657b4e4bc6332d72ac38029 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 29 May 2016 07:46:12 -0400 Subject: nt_object.h: nt_io_apc_routine function signature: fix linkage. --- include/ntapi/nt_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ntapi/nt_object.h') 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); -- cgit v1.2.3