解决win7不能启动的问题

This commit is contained in:
lubeilin
2023-04-23 15:54:15 +08:00
parent c08b9cefe9
commit 18df3c2c92
21 changed files with 2450 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
bindgen \
--allowlist-function "Wintun.*" \
--allowlist-type "WINTUN_.*" \
--dynamic-loading wintun \
--dynamic-link-require-all \
wintun/wintun_functions.h > src/wintun_raw.rs