blob: ac103a1d3b8e5eae282d6049acde5c4ce7b8c198 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
*/
package setupapi
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsetupapi_windows.go setupapi_windows.go
|