zenity/internal/win/comctl32.go

12 lines
289 B
Go
Raw Normal View History

2022-06-17 22:45:49 -04:00
//go:build windows
package win
// https://docs.microsoft.com/en-us/windows/win32/api/commctrl/ns-commctrl-initcommoncontrolsex
type INITCOMMONCONTROLSEX struct {
Size uint32
ICC uint32
}
//sys InitCommonControlsEx(icc *INITCOMMONCONTROLSEX) (ok bool) = comctl32.InitCommonControlsEx