Fix a warning about casting the results of GetProcAddress.

Fixes bug 31374; bugfix on 0.2.9.1-alpha.
This commit is contained in:
Nick Mathewson
2019-08-08 11:43:42 -04:00
parent 8d22c09abf
commit 3a280b35ee
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (compilation warning):
- Fix a compilation warning on Windows about casting a function
pointer for GetTickCount64(). Fixes bug 31374; bugfix on
0.2.9.1-alpha.