This commit is contained in:
rustdesk
2023-02-10 17:48:53 +08:00
parent 930faecb13
commit 7edb3e6e92
8 changed files with 17 additions and 23 deletions

View File

@@ -23,8 +23,6 @@ pub mod inline;
#[cfg(target_os = "macos")]
pub mod macos;
pub mod remote;
#[cfg(target_os = "windows")]
pub mod win_privacy;
pub type Children = Arc<Mutex<(bool, HashMap<(String, String), Child>)>>;
#[allow(dead_code)]