Skip to content

Commit

Permalink
fixup! Add fallback impls for sleep and time functions
Browse files Browse the repository at this point in the history
  • Loading branch information
seritools committed Dec 4, 2024
1 parent a993efc commit 811ed7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/std/src/sys/pal/windows/c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@ compat_fn_with_fallback! {
lpargtocompletionroutine: *const core::ffi::c_void,
fresume: BOOL
) -> BOOL {
unsafe { SetLastError(ERROR_CALL_NOT_IMPLEMENTED as u32); };
FALSE
rtabort!("unimplemented")
}
}

Expand Down

0 comments on commit 811ed7f

Please sign in to comment.