aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/winipcfg/mksyscall.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-22 20:18:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-22 20:26:57 +0200
commit2bb661dc7c70420c3e5c97c5fff70f954a4bb5e6 (patch)
treea4298e53f0956188e78c529a78c4ad0e8a698b7e /tunnel/winipcfg/mksyscall.go
parentui: trade one hack for another in confview (diff)
downloadwireguard-windows-2bb661dc7c70420c3e5c97c5fff70f954a4bb5e6.tar.xz
wireguard-windows-2bb661dc7c70420c3e5c97c5fff70f954a4bb5e6.zip
winipcfg: import
We'll maintain this as part of the same repo here. Later maybe we'll push it into x/sys/windows. Signed-off-by: Simon Rozman <simon@rozman.si> Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com>
Diffstat (limited to 'tunnel/winipcfg/mksyscall.go')
-rw-r--r--tunnel/winipcfg/mksyscall.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/tunnel/winipcfg/mksyscall.go b/tunnel/winipcfg/mksyscall.go
new file mode 100644
index 00000000..c0afbc41
--- /dev/null
+++ b/tunnel/winipcfg/mksyscall.go
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ */
+
+package winipcfg
+
+//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zwinipcfg_windows.go winipcfg.go