mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 09:31:28 +03:00
missing imports
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user