]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
wintun: remove memmod option for dll loading
authorJason A. Donenfeld <Jason@zx2c4.com>
Sun, 17 Oct 2021 04:49:38 +0000 (22:49 -0600)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 17 Oct 2021 04:49:38 +0000 (22:49 -0600)
commitba9e364dab402cfc104eb00669f7fdfd9259559e
tree8da1081c32cdcf8a1592d6853b2dad4463cdd260
parentdfd688b6aa7b044f7e7e0662288c66ee1d56e0e8
wintun: remove memmod option for dll loading

Only wireguard-windows used this, and it's moving to wgnt exclusively.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
13 files changed:
tun/wintun/dll_fromfile_windows.go [deleted file]
tun/wintun/dll_fromrsrc_windows.go [deleted file]
tun/wintun/dll_windows.go
tun/wintun/memmod/memmod_windows.go [deleted file]
tun/wintun/memmod/memmod_windows_32.go [deleted file]
tun/wintun/memmod/memmod_windows_386.go [deleted file]
tun/wintun/memmod/memmod_windows_64.go [deleted file]
tun/wintun/memmod/memmod_windows_amd64.go [deleted file]
tun/wintun/memmod/memmod_windows_arm.go [deleted file]
tun/wintun/memmod/memmod_windows_arm64.go [deleted file]
tun/wintun/memmod/syscall_windows.go [deleted file]
tun/wintun/memmod/syscall_windows_32.go [deleted file]
tun/wintun/memmod/syscall_windows_64.go [deleted file]