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