Fix build

This commit is contained in:
Lea Anthony 2025-07-25 07:49:13 +10:00
commit f8e4eeb405
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -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
}
}