Skip to content

Commit

Permalink
NewLazyDLL -> NewLazySystemDLL
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjr committed Mar 20, 2021
1 parent 3e4e48f commit d6e5843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/user32/user32_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var (
user32 = windows.NewLazyDLL("user32.dll")
user32 = windows.NewLazySystemDLL("user32.dll")
user32MessageBoxW = user32.NewProc("MessageBoxW")
user32CallNexHookEx = user32.NewProc("CallNextHookEx")
user32UnhookWindowsHookEx = user32.NewProc("UnhookWindowsHookEx")
Expand Down

0 comments on commit d6e5843

Please sign in to comment.