From 0d28d37156e1e43c854c856d6a78ace3b3aca3d1 Mon Sep 17 00:00:00 2001 From: Thomas Vermeilh Date: Mon, 27 Sep 2021 17:53:14 +0200 Subject: [PATCH] Fix boot_time on windows Fixes #345 --- heim-host/src/sys/windows/boot_time.rs | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/heim-host/src/sys/windows/boot_time.rs b/heim-host/src/sys/windows/boot_time.rs index 80ab38c1..e8a3c0a7 100644 --- a/heim-host/src/sys/windows/boot_time.rs +++ b/heim-host/src/sys/windows/boot_time.rs @@ -18,11 +18,31 @@ pub async fn boot_time() -> Result