blob: a20ebea63312cb6cffdfc55c9f762946d1b1dae5 [file] [log] [blame]
kesavand2cde6582020-06-22 04:56:23 -04001// Copyright 2018 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
kesavandc71914f2022-03-25 11:19:03 +05305//go:build windows && go1.9
6// +build windows,go1.9
kesavand2cde6582020-06-22 04:56:23 -04007
8package windows
9
10import "syscall"
11
12type Errno = syscall.Errno
13type SysProcAttr = syscall.SysProcAttr