Skip to content

Commit

Permalink
also pretend GetSystemTimePreciseAsFileTime does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 21, 2020
1 parent 526fae7 commit 402535e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shims/dlsym.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ impl Dlsym {
"windows" => match &*name {
"SetThreadStackGuarantee" => None,
"AcquireSRWLockExclusive" => None,
"GetSystemTimePreciseAsFileTime" => None,
_ => throw_unsup_format!("unsupported Windows dlsym: {}", name),
}
os => bug!("dlsym not implemented for target_os {}", os),
Expand Down

0 comments on commit 402535e

Please sign in to comment.