Skip to content

Commit 8bd1411

Browse files
bors[bot]blckngm
andauthored
Merge #91
91: Create/delete wintun interfaces ourselves r=sopium a=sopium Thanks to API Monitor, finally get rust setupapi code working. Co-authored-by: Guanhao Yin <sopium@mysterious.site>
2 parents 8c88734 + 1cf7274 commit 8bd1411

File tree

102 files changed

+25
-16264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+25
-16264
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ fn main() {
4949
} else if std::env::var_os("CARGO_CFG_WINDOWS").is_some() {
5050
if std::env::var("CARGO_CFG_TARGET_ENV") == Ok("msvc".into()) {
5151
msvc_link_dll("NCI", &["NciGetConnectionName", "NciSetConnectionName"]);
52-
msvc_link_dll("wintun", &["WintunOpen", "WintunClose"]);
5352
} else {
5453
// We only use the windows-gnu target for cross checking. So no need
5554
// to worry about linking.

patched/wireguard-go/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

patched/wireguard-go/COPYING

Lines changed: 0 additions & 17 deletions
This file was deleted.

patched/wireguard-go/Makefile

Lines changed: 0 additions & 28 deletions
This file was deleted.

patched/wireguard-go/README.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

patched/wireguard-go/device/allowedips.go

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)