[wpinet] Revert removal of uv_clock_gettime() (#5723)

GetSystemTimePreciseAsFileTime() is supposed to be available, and
wpiutil already uses it.
This commit is contained in:
Tyler Veness
2023-10-03 20:39:09 -07:00
committed by GitHub
parent cb1bd0a3be
commit 0960f11eba
6 changed files with 76 additions and 81 deletions

View File

@@ -29,7 +29,7 @@ def main():
"0007-Fix-Win32-warning-suppression-pragma.patch",
"0008-Use-C-atomics.patch",
"0009-Remove-static-from-array-indices.patch",
"0010-Remove-uv_clock_gettime-and-add-pragmas-for-missing-.patch",
"0010-Add-pragmas-for-missing-libraries-and-set-_WIN32_WIN.patch",
]:
git_am(os.path.join(wpilib_root, "upstream_utils/libuv_patches", f))