2019-01-31 14:20:11 +00:00
|
|
|
/* SPDX-License-Identifier: MIT
|
|
|
|
*
|
2020-05-02 08:08:26 +00:00
|
|
|
* Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
|
2019-01-31 14:20:11 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
package setupapi
|
|
|
|
|
2019-09-21 19:13:54 +00:00
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsetupapi_windows.go setupapi_windows.go
|