summaryrefslogtreecommitdiff
path: root/libgo/go/internal/syscall/windows/sysdll/sysdll.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/internal/syscall/windows/sysdll/sysdll.go')
-rw-r--r--libgo/go/internal/syscall/windows/sysdll/sysdll.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/internal/syscall/windows/sysdll/sysdll.go b/libgo/go/internal/syscall/windows/sysdll/sysdll.go
index 4e0018f3877..c587c19c77d 100644
--- a/libgo/go/internal/syscall/windows/sysdll/sysdll.go
+++ b/libgo/go/internal/syscall/windows/sysdll/sysdll.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build windows
+
// Package sysdll is an internal leaf package that records and reports
// which Windows DLL names are used by Go itself. These DLLs are then
// only loaded from the System32 directory. See Issue 14959.