fix build
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
059e067bdc
commit
df0ad4486e
@ -5,7 +5,7 @@ use std::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(any(target_os = "windows", feature = "unix-file-copy-paste",))]
|
#[cfg(any(target_os = "windows", feature = "unix-file-copy-paste",))]
|
||||||
use hbb_common::allow_err;
|
use hbb_common::{allow_err, log};
|
||||||
use hbb_common::{
|
use hbb_common::{
|
||||||
lazy_static,
|
lazy_static,
|
||||||
tokio::sync::{
|
tokio::sync::{
|
||||||
|
@ -10,11 +10,11 @@ use std::{
|
|||||||
ffi::{CStr, CString},
|
ffi::{CStr, CString},
|
||||||
result::Result,
|
result::Result,
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
allow_err, log, send_data, ClipboardFile, CliprdrError, CliprdrServiceContext, ResultType,
|
allow_err, send_data, ClipboardFile, CliprdrError, CliprdrServiceContext, ResultType,
|
||||||
ERR_CODE_INVALID_PARAMETER, ERR_CODE_SERVER_FUNCTION_NONE, VEC_MSG_CHANNEL,
|
ERR_CODE_INVALID_PARAMETER, ERR_CODE_SERVER_FUNCTION_NONE, VEC_MSG_CHANNEL,
|
||||||
};
|
};
|
||||||
|
use hbb_common::log;
|
||||||
|
|
||||||
// only used error code will be recorded here
|
// only used error code will be recorded here
|
||||||
/// success
|
/// success
|
||||||
|
Loading…
x
Reference in New Issue
Block a user