mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-12-04 21:20:39 +01:00
10 lines
255 B
Go
10 lines
255 B
Go
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2005 Microsoft
|
|
* Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
package winpipe
|
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go pipe.go file.go
|