mirror of
https://github.com/lbl8603/vnt.git
synced 2025-09-26 20:21:20 +08:00
6 lines
151 B
Rust
6 lines
151 B
Rust
fn main() {
|
|
// 配置 thunk-rs 来链接 Windows 7 兼容库,并自动设置链接参数
|
|
#[cfg(target_os = "windows")]
|
|
thunk::thunk();
|
|
}
|