8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e91d8 commit 1fe36edCopy full SHA for 1fe36ed
windows/dll_windows.go
@@ -44,7 +44,7 @@ type DLL struct {
44
//
45
// Warning: using LoadDLL without an absolute path name is subject to
46
// DLL preloading attacks. To safely load a system DLL, use [NewLazySystemDLL],
47
-// [LazyDLL] with System set to true, or use [LoadLibraryEx] directly.
+// or use [LoadLibraryEx] directly.
48
func LoadDLL(name string) (dll *DLL, err error) {
49
namep, err := UTF16PtrFromString(name)
50
if err != nil {
0 commit comments