mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix GetMessage bug
This commit is contained in:
parent
abe83f2271
commit
0664c51832
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ func GetModuleHandle(value uintptr) uintptr {
|
|||
}
|
||||
|
||||
func GetMessage(msg *MSG) uintptr {
|
||||
rt, _, _ := procGetMessageW.Call(uintptr(unsafe.Pointer(&msg)), 0, 0, 0)
|
||||
rt, _, _ := procGetMessageW.Call(uintptr(unsafe.Pointer(msg)), 0, 0, 0)
|
||||
return rt
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue