Fixes #18.
This commit is contained in:
parent
531f98293e
commit
9014d45ce8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ var (
|
|||
systemParametersInfo = user32.NewProc("SystemParametersInfoW")
|
||||
setWindowPos = user32.NewProc("SetWindowPos")
|
||||
getWindowRect = user32.NewProc("GetWindowRect")
|
||||
setWindowLong = user32.NewProc("SetWindowLongPtrW")
|
||||
setWindowLong = user32.NewProc("SetWindowLongW")
|
||||
getSystemMetrics = user32.NewProc("GetSystemMetrics")
|
||||
unregisterClass = user32.NewProc("UnregisterClassW")
|
||||
registerClassEx = user32.NewProc("RegisterClassExW")
|
||||
|
|
Loading…
Reference in a new issue