We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8707cba commit 0af002cCopy full SHA for 0af002c
internal/win/shell32.go
@@ -49,7 +49,7 @@ const (
49
)
50
51
// https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/ne-shobjidl_core-_fileopendialogoptions
52
-type _FILEOPENDIALOGOPTIONS int
+type _FILEOPENDIALOGOPTIONS uint32
53
54
const (
55
FOS_OVERWRITEPROMPT _FILEOPENDIALOGOPTIONS = 0x2
@@ -78,7 +78,7 @@ const (
78
79
80
// https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/ne-shobjidl_core-sigdn
81
-type SIGDN int
+type SIGDN int32
82
83
84
SIGDN_NORMALDISPLAY SIGDN = 0x00000000
0 commit comments