We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decdb06 commit bb3f60fCopy full SHA for bb3f60f
std/src/sys/pal/windows/c.rs
@@ -390,18 +390,18 @@ compat_fn_with_fallback! {
390
#[cfg(target_vendor = "win7")]
391
pub fn NtReleaseKeyedEvent(
392
EventHandle: HANDLE,
393
- Key: *mut c_void,
+ Key: *const c_void,
394
Alertable: BOOLEAN,
395
- Timeout: *mut c_longlong
+ Timeout: *mut i64
396
) -> NTSTATUS {
397
panic!("keyed events not available")
398
}
399
400
pub fn NtWaitForKeyedEvent(
401
402
403
404
405
406
407
0 commit comments