Skip to content

Commit 1fe36ed

Browse files
committed
windows: remove mention of LazyDLL with System "true"
Addressing the review comment.
1 parent 27e91d8 commit 1fe36ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/dll_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type DLL struct {
4444
//
4545
// Warning: using LoadDLL without an absolute path name is subject to
4646
// DLL preloading attacks. To safely load a system DLL, use [NewLazySystemDLL],
47-
// [LazyDLL] with System set to true, or use [LoadLibraryEx] directly.
47+
// or use [LoadLibraryEx] directly.
4848
func LoadDLL(name string) (dll *DLL, err error) {
4949
namep, err := UTF16PtrFromString(name)
5050
if err != nil {

0 commit comments

Comments
 (0)