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, path::PathBuf,
sync::{Arc, Mutex}, sync::{Arc, Mutex},
time::{Duration, Instant}, time::{Duration, Instant},
collections::HashMap
}; };
use winapi::{ use winapi::{
ctypes::c_void, ctypes::c_void,
shared::{minwindef::*, ntdef::NULL, windef::*}, shared::{minwindef::*, ntdef::NULL, windef::*, winerror::*},
um::{ um::{
errhandlingapi::GetLastError, errhandlingapi::GetLastError,
handleapi::CloseHandle, handleapi::CloseHandle,