解决win7不能启动的问题
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user