Skip to content

Commit 2691b18

Browse files
committed
rollback
1 parent ac3a24e commit 2691b18

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,7 +23,6 @@ const (
2323

2424
type openfilenameW struct {
2525
lStructSize uint32
26-
lpstrTitle *uint16
2726
hwndOwner syscall.Handle
2827
hInstance syscall.Handle
2928
lpstrFilter *uint16
@@ -35,6 +34,7 @@ type openfilenameW struct {
3534
lpstrFileTitle *uint16
3635
nMaxFileTitle uint32
3736
lpstrInitialDir *uint16
37+
lpstrTitle *uint16
3838
flags uint32
3939
nFileOffset uint16
4040
nFileExtension uint16

0 commit comments

Comments
 (0)