mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-16 13:41:24 +08:00
setupapi: extend struct size constant definitions for arm(64)
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:

committed by
Jason A. Donenfeld

parent
d60857e1a7
commit
250b9795f3
@@ -1,3 +1,5 @@
|
|||||||
|
// +build 386 arm
|
||||||
|
|
||||||
/* SPDX-License-Identifier: MIT
|
/* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
@@ -1,3 +1,5 @@
|
|||||||
|
// +build amd64 arm64
|
||||||
|
|
||||||
/* SPDX-License-Identifier: MIT
|
/* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
Reference in New Issue
Block a user