missing imports

This commit is contained in:
Carbonari 2023-03-17 13:01:37 +01:00
parent e9d2a72d00
commit 50bf518af1

View File

@ -17,10 +17,11 @@ use std::{
path::PathBuf,
sync::{Arc, Mutex},
time::{Duration, Instant},
collections::HashMap
};
use winapi::{
ctypes::c_void,
shared::{minwindef::*, ntdef::NULL, windef::*},
shared::{minwindef::*, ntdef::NULL, windef::*, winerror::*},
um::{
errhandlingapi::GetLastError,
handleapi::CloseHandle,