sysdll

package
v0.0.0-...-833ed6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2019 License: GPL-2.0, BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

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.

Index

Constants

This section is empty.

Variables

View Source
var IsSystemDLL = map[string]bool{}

IsSystemDLL reports whether the named dll key (a base name, like "foo.dll") is a system DLL which should only be loaded from the Windows SYSTEM32 directory.

Filenames are case sensitive, but that doesn't matter because the case registered with Add is also the same case used with LoadDLL later.

It has no associated mutex and should only be mutated serially (currently: during init), and not concurrent with DLL loading.

Functions

func Add

func Add(dll string) string

Add notes that dll is a system32 DLL which should only be loaded from the Windows SYSTEM32 directory. It returns its argument back, for ease of use in generated code.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL