Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

14 lignes
314 B

  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. //go:build windows && go1.9
  5. // +build windows,go1.9
  6. package windows
  7. import "syscall"
  8. type Errno = syscall.Errno
  9. type SysProcAttr = syscall.SysProcAttr