zenity/internal/win/win32.go

12 lines
268 B
Go
Raw Normal View History

2022-06-18 07:37:39 -04:00
//go:build windows
// Package win is internal. DO NOT USE.
package win
import "golang.org/x/sys/windows"
type Handle = windows.Handle
type HWND = windows.HWND
2022-06-18 11:12:03 -04:00
//sys RtlGetNtVersionNumbers(major *uint32, minor *uint32, build *uint32) = ntdll.RtlGetNtVersionNumbers