summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_object.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-29 07:46:12 -0400
committermidipix <writeonce@midipix.org>2016-05-29 07:46:12 -0400
commit500a04dd0a6c13a54657b4e4bc6332d72ac38029 (patch)
treec1ae3cb2835b6b8ff945fd525872b2c5507d3c57 /include/ntapi/nt_object.h
parentd958316922ea7fc2f5022881435ad67da673192e (diff)
downloadntapi-500a04dd0a6c13a54657b4e4bc6332d72ac38029.tar.bz2
ntapi-500a04dd0a6c13a54657b4e4bc6332d72ac38029.tar.xz
nt_object.h: nt_io_apc_routine function signature: fix linkage.
Diffstat (limited to 'include/ntapi/nt_object.h')
-rw-r--r--include/ntapi/nt_object.h2
1 files changed, 1 insertions, 1 deletions
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);