9 lines
228 B
Go
9 lines
228 B
Go
|
/* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
||
|
*/
|
||
|
|
||
|
package iphlpapi
|
||
|
|
||
|
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go conversion_windows.go
|