ipc: add missing Windows errno
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
cecb41515d
commit
a29767dda6
|
@ -19,6 +19,7 @@ const (
|
||||||
IpcErrorProtocol = -int64(71)
|
IpcErrorProtocol = -int64(71)
|
||||||
IpcErrorInvalid = -int64(22)
|
IpcErrorInvalid = -int64(22)
|
||||||
IpcErrorPortInUse = -int64(98)
|
IpcErrorPortInUse = -int64(98)
|
||||||
|
IpcErrorUnknown = -int64(55)
|
||||||
)
|
)
|
||||||
|
|
||||||
type UAPIListener struct {
|
type UAPIListener struct {
|
||||||
|
|
Loading…
Reference in a new issue