[v3] completing missing build tags (#2884)

* Update image.go

* Update popupmenu.go
This commit is contained in:
ALMAS 2023-09-04 20:43:28 +08:00 committed by GitHub
commit 708aef53e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//go:build windows
package w32
import (

View file

@ -1,3 +1,5 @@
//go:build windows
package w32
type Menu HMENU