From: Simon Rozman Date: Fri, 1 May 2020 04:57:23 +0000 (+0200) Subject: setupapi: extend struct size constant definitions for arm(64) X-Git-Tag: 0.0.20201118~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250b9795f3670981f5e276773307e9638ec0aee2;p=thirdparty%2Fwireguard-go.git setupapi: extend struct size constant definitions for arm(64) Signed-off-by: Simon Rozman --- diff --git a/tun/wintun/setupapi/types_windows_386.go b/tun/wintun/setupapi/types32_windows.go similarity index 91% rename from tun/wintun/setupapi/types_windows_386.go rename to tun/wintun/setupapi/types32_windows.go index 132f921..bacde58 100644 --- a/tun/wintun/setupapi/types_windows_386.go +++ b/tun/wintun/setupapi/types32_windows.go @@ -1,3 +1,5 @@ +// +build 386 arm + /* SPDX-License-Identifier: MIT * * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. diff --git a/tun/wintun/setupapi/types_windows_amd64.go b/tun/wintun/setupapi/types64_windows.go similarity index 90% rename from tun/wintun/setupapi/types_windows_amd64.go rename to tun/wintun/setupapi/types64_windows.go index d4dd65c..d5c8b37 100644 --- a/tun/wintun/setupapi/types_windows_amd64.go +++ b/tun/wintun/setupapi/types64_windows.go @@ -1,3 +1,5 @@ +// +build amd64 arm64 + /* SPDX-License-Identifier: MIT * * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.