portable-service: little fix

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-11-16 13:15:05 +08:00
parent 9b3a3bde39
commit 2a65d948aa
3 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ use std::{
mem::size_of,
ops::{Deref, DerefMut},
sync::{Arc, Mutex},
time::{Duration, Instant},
time::Duration,
};
use winapi::{
shared::minwindef::{BOOL, FALSE, TRUE},