mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
refactor: adjust windows file layout
Signed-off-by: cailue <cailue@bupt.edu.cn>
This commit is contained in:
10
libs/clipboard/src/platform/mod.rs
Normal file
10
libs/clipboard/src/platform/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
#[cfg(target_os = "windows")]
|
||||
pub mod windows;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub fn create_cliprdr_context(
|
||||
enable_files: bool,
|
||||
enable_others: bool,
|
||||
response_wait_timeout_secs: u32,
|
||||
) -> crate::ResultType<Box<dyn crate::CliprdrServiceContext>> {
|
||||
windows::create_cliprdr_context(enable_files, enable_others, response_wait_timeout_secs)
|
||||
}
|
||||
1214
libs/clipboard/src/platform/windows.rs
Normal file
1214
libs/clipboard/src/platform/windows.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user