wintun: use nci.dll directly instead of buggy netshell
This commit is contained in:
parent
ef23100a4f
commit
68fea631d8
5 changed files with 102 additions and 84 deletions
8
tun/wintun/nci/mksyscall.go
Normal file
8
tun/wintun/nci/mksyscall.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
||||
*/
|
||||
|
||||
package nci
|
||||
|
||||
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go nci_windows.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue