mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
chore: add build tags to win32 package
This commit is contained in:
parent
78c6705cc3
commit
95b70de01f
3 changed files with 10 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
//go:build windows
|
||||
|
||||
package win32
|
||||
|
||||
import (
|
||||
"github.com/wailsapp/wails/v2/internal/system/operatingsystem"
|
||||
"syscall"
|
||||
|
||||
"github.com/wailsapp/wails/v2/internal/system/operatingsystem"
|
||||
)
|
||||
|
||||
type HRESULT int32
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
//go:build windows
|
||||
|
||||
package win32
|
||||
|
||||
import (
|
||||
"golang.org/x/sys/windows/registry"
|
||||
"unsafe"
|
||||
|
||||
"golang.org/x/sys/windows/registry"
|
||||
)
|
||||
|
||||
type DWMWINDOWATTRIBUTE int32
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//go:build windows
|
||||
|
||||
package win32
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue