From: Jason A. Donenfeld Date: Mon, 25 Jan 2021 18:08:41 +0000 (+0100) Subject: ipc: add missing Windows errno X-Git-Tag: 0.0.20210212~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29767dda6db9811b547ceec593a7170dc33bd31;p=thirdparty%2Fwireguard-go.git ipc: add missing Windows errno Signed-off-by: Jason A. Donenfeld --- diff --git a/ipc/uapi_windows.go b/ipc/uapi_windows.go index 7fa4f38..58ae6e0 100644 --- a/ipc/uapi_windows.go +++ b/ipc/uapi_windows.go @@ -19,6 +19,7 @@ const ( IpcErrorProtocol = -int64(71) IpcErrorInvalid = -int64(22) IpcErrorPortInUse = -int64(98) + IpcErrorUnknown = -int64(55) ) type UAPIListener struct {