Skip to content

Commit

Permalink
QueryUnbiasedInterruptTime must be load from kernel32.dll
Browse files Browse the repository at this point in the history
This fixes git-for-windows/git#2407

Signed-off-by: Alexey Pavlov <alexpux@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
Alexpux authored and dscho committed Jun 4, 2020
1 parent 9d0aa14 commit 819442b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsup/cygwin/autoload.cc
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ LoadDLLfunc (SetThreadGroupAffinity, 12, kernel32)
available via KernelBase.dll. */
LoadDLLfunc (QueryInterruptTime, 4, KernelBase)
LoadDLLfunc (QueryInterruptTimePrecise, 4, KernelBase)
LoadDLLfunc (QueryUnbiasedInterruptTime, 4, KernelBase)
LoadDLLfunc (QueryUnbiasedInterruptTime, 4, kernel32)
LoadDLLfunc (QueryUnbiasedInterruptTimePrecise, 4, KernelBase)
LoadDLLfunc (VirtualAlloc2, 28, kernelbase)

Expand Down

0 comments on commit 819442b

Please sign in to comment.