mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3] completing missing build tags (#2884)
* Update image.go * Update popupmenu.go
This commit is contained in:
parent
e893c1c205
commit
708aef53e4
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//go:build windows
|
||||
|
||||
package w32
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//go:build windows
|
||||
|
||||
package w32
|
||||
|
||||
type Menu HMENU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue