diff options
author | midipix <writeonce@midipix.org> | 2016-05-29 07:46:12 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-29 07:46:12 -0400 |
commit | 500a04dd0a6c13a54657b4e4bc6332d72ac38029 (patch) | |
tree | c1ae3cb2835b6b8ff945fd525872b2c5507d3c57 | |
parent | d958316922ea7fc2f5022881435ad67da673192e (diff) | |
download | ntapi-500a04dd0a6c13a54657b4e4bc6332d72ac38029.tar.bz2 ntapi-500a04dd0a6c13a54657b4e4bc6332d72ac38029.tar.xz |
nt_object.h: nt_io_apc_routine function signature: fix linkage.
-rw-r--r-- | include/ntapi/nt_object.h | 2 |
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); |