virtual display remove static links

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-11-18 15:51:33 +08:00
parent 27e7b57222
commit aa3b8ca084
6 changed files with 59 additions and 24 deletions

View File

@@ -11,6 +11,12 @@ lazy_static::lazy_static! {
static ref MONITOR_PLUGIN: Mutex<Vec<u32>> = Mutex::new(Vec::new());
}
#[no_mangle]
#[cfg(windows)]
pub fn get_dirver_install_path() -> &'static str {
win10::DRIVER_INSTALL_PATH
}
#[no_mangle]
pub fn download_driver() -> ResultType<()> {
#[cfg(windows)]