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