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