github.com/shogo82148/std@v1.22.1-0.20240327122250-4e474527810c/runtime/os_windows.go (about) 1 // Copyright 2009 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 5 package runtime 6 7 var ( 8 // Following syscalls are available on every Windows PC. 9 // All these variables are set by the Windows executable 10 // loader before the Go program starts. 11 12 _ stdFunction 13 14 // These are from non-kernel32.dll, so we prefer to LoadLibraryEx them. 15 16 _ stdFunction 17 )