mirror of
https://github.com/lifegpc/game-auto-sync.git
synced 2026-07-08 01:30:49 +08:00
在 Windows 平台上增强 DLL 加载支持,添加 hook_dll 配置并更新相关调用逻辑
This commit is contained in:
@@ -10,4 +10,4 @@ subprocess = "0.2.9"
|
||||
yaml-rust = "0.4.5"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3", features = ["errhandlingapi", "impl-default", "ioapiset", "jobapi2", "wincon", "winuser"] }
|
||||
winapi = { version = "0.3", features = ["errhandlingapi", "impl-default", "ioapiset", "jobapi2", "memoryapi", "wincon", "winuser"] }
|
||||
|
||||
Reference in New Issue
Block a user