From 642a56e165e74a518fe986c2cf93dea62d6029b5 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 11 Oct 2021 14:53:36 -0600 Subject: memmod: import from wireguard-windows We'll eventually be getting rid of it here, but keep it sync'd up for now. Signed-off-by: Jason A. Donenfeld --- tun/wintun/memmod/syscall_windows_64.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tun/wintun/memmod/syscall_windows_64.go') diff --git a/tun/wintun/memmod/syscall_windows_64.go b/tun/wintun/memmod/syscall_windows_64.go index 10c6533..b475202 100644 --- a/tun/wintun/memmod/syscall_windows_64.go +++ b/tun/wintun/memmod/syscall_windows_64.go @@ -1,3 +1,4 @@ +//go:build (windows && amd64) || (windows && arm64) // +build windows,amd64 windows,arm64 /* SPDX-License-Identifier: MIT -- cgit v1.2.3