添加thunk-rs链接Windows 7兼容库

This commit is contained in:
VNT-[bot]
2025-04-26 10:15:27 +08:00
parent 04b60773b9
commit 8d39d6045a
4 changed files with 16 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
fn main() {
// 配置 thunk-rs 来链接 Windows 7 兼容库,并自动设置链接参数
#[cfg(target_os = "windows")]
thunk::thunk();
}