zenity/internal/win/win32.go

13 lines
299 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-19 21:14:08 -04:00
type Pointer = windows.Pointer
2022-06-18 11:12:03 -04:00
//sys RtlGetNtVersionNumbers(major *uint32, minor *uint32, build *uint32) = ntdll.RtlGetNtVersionNumbers