| Zack Williams | e940c7a | 2019-08-21 14:25:39 -0700 | [diff] [blame] | 1 | // 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 | |||||
| balaji.nagarajan | 8a2a7ee | 2026-06-19 22:31:13 +0530 | [diff] [blame^] | 5 | //go:build windows |
| Zack Williams | e940c7a | 2019-08-21 14:25:39 -0700 | [diff] [blame] | 6 | |
| 7 | package windows | ||||
| 8 | |||||
| 9 | import "syscall" | ||||
| 10 | |||||
| 11 | type Errno = syscall.Errno | ||||
| 12 | type SysProcAttr = syscall.SysProcAttr | ||||