Correct calling convention
This commit is contained in:
parent
62f37da611
commit
cbbcd875e1
2 changed files with 2 additions and 2 deletions
|
@ -326,7 +326,7 @@ impl Default for IO_STATUS_BLOCK {
|
|||
}
|
||||
}
|
||||
|
||||
pub type LPOVERLAPPED_COMPLETION_ROUTINE = unsafe extern "C" fn(
|
||||
pub type LPOVERLAPPED_COMPLETION_ROUTINE = unsafe extern "system" fn(
|
||||
dwErrorCode: DWORD,
|
||||
dwNumberOfBytesTransfered: DWORD,
|
||||
lpOverlapped: *mut OVERLAPPED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue