[v3] completing missing build tags (#2884)

* Update image.go

* Update popupmenu.go
This commit is contained in:
ALMAS
2023-09-04 22:43:28 +10:00
committed by GitHub
parent e893c1c205
commit 708aef53e4
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build windows
package w32
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build windows
package w32
type Menu HMENU