mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 05:26:54 +02:00
8 lines
225 B
Go
8 lines
225 B
Go
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
package iphlpapi
|
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go conversion_windows.go
|