2019-08-27 18:09:16 +02:00
|
|
|
/* SPDX-License-Identifier: MIT
|
|
|
|
*
|
2020-05-02 10:08:26 +02:00
|
|
|
* Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
|
2019-08-27 18:09:16 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
package iphlpapi
|
|
|
|
|
2019-09-21 21:13:54 +02:00
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go conversion_windows.go
|