mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[wpinet] Revert removal of uv_clock_gettime() (#5723)
GetSystemTimePreciseAsFileTime() is supposed to be available, and wpiutil already uses it.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user