]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
wintun: load from filesystem by default
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 11 Nov 2020 17:51:44 +0000 (18:51 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 11 Nov 2020 17:51:44 +0000 (18:51 +0100)
commit60b3766b89b9cc664d9bbdc9ab34b283e0374d21
tree34c11b87b228b92da4b3fe9d8c50390ece64be70
parent82128c47d90a54faded017ad3e5bc61eb0c641db
wintun: load from filesystem by default

We let people loading this from resources opt in via:

    go build -tags load_wintun_from_rsrc

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
tun/wintun/dll_fromfile_windows.go [new file with mode: 0644]
tun/wintun/dll_fromrsrc_windows.go [new file with mode: 0644]
tun/wintun/dll_windows.go