Fix win32.

This commit is contained in:
Nuno Cruces 2024-02-26 14:46:18 +00:00
parent 8707cba910
commit 0af002cc35

View File

@ -49,7 +49,7 @@ const (
)
// https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/ne-shobjidl_core-_fileopendialogoptions
type _FILEOPENDIALOGOPTIONS int
type _FILEOPENDIALOGOPTIONS uint32
const (
FOS_OVERWRITEPROMPT _FILEOPENDIALOGOPTIONS = 0x2
@ -78,7 +78,7 @@ const (
)
// https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/ne-shobjidl_core-sigdn
type SIGDN int
type SIGDN int32
const (
SIGDN_NORMALDISPLAY SIGDN = 0x00000000