mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix build
This commit is contained in:
parent
9f2b992d36
commit
f8e4eeb405
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//go:build windows
|
||||
|
||||
package w32
|
||||
|
||||
func SetTimer(hwnd HWND, nIDEvent uintptr, uElapse uint32, lpTimerFunc uintptr) uintptr {
|
||||
|
|
@ -14,4 +16,4 @@ func KillTimer(hwnd HWND, nIDEvent uintptr) bool {
|
|||
uintptr(hwnd),
|
||||
nIDEvent)
|
||||
return ret != 0
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue