mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
missing imports
This commit is contained in:
parent
e9d2a72d00
commit
50bf518af1
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue