blob: 92356147c6696ff782bf6dbf8e466d7a5ec87886 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
*/
package resource
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go resource_windows.go
|