miniflux-v2/vendor/golang.org/x/sys/windows/aliases.go

14 lines
296 B
Go
Raw Normal View History

2018-07-07 06:18:14 +02:00
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
2018-08-27 01:43:53 +02:00
// +build windows
// +build go1.9
2018-07-07 06:18:14 +02:00
2018-08-27 01:43:53 +02:00
package windows
2018-07-07 06:18:14 +02:00
2018-08-27 01:43:53 +02:00
import "syscall"
type Errno = syscall.Errno
type SysProcAttr = syscall.SysProcAttr