Skip to content

Commit ac3a24e

Browse files
committed
restruct
1 parent 3fca0b7 commit ac3a24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image_picker/file_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const (
2323

2424
type openfilenameW struct {
2525
lStructSize uint32
26+
lpstrTitle *uint16
2627
hwndOwner syscall.Handle
2728
hInstance syscall.Handle
2829
lpstrFilter *uint16
@@ -34,7 +35,6 @@ type openfilenameW struct {
3435
lpstrFileTitle *uint16
3536
nMaxFileTitle uint32
3637
lpstrInitialDir *uint16
37-
lpstrTitle *uint16
3838
flags uint32
3939
nFileOffset uint16
4040
nFileExtension uint16

0 commit comments

Comments
 (0)