From 80c327e6cc0e466d28e760347875c385df4db425 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..00d37688 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