io.files.trash.windows: fix SHFILEOPSTRUCTW struct
Fix the incorrect field alignment. SHFileOperationW crashed with a memory protection error while trying to dereference only part of the string pointer.master
parent
d486e39255
commit
595cf81eb8
|
@ -13,7 +13,7 @@ LIBRARY: shell32
|
||||||
|
|
||||||
TYPEDEF: WORD FILEOP_FLAGS
|
TYPEDEF: WORD FILEOP_FLAGS
|
||||||
|
|
||||||
PACKED-STRUCT: SHFILEOPSTRUCTW
|
STRUCT: SHFILEOPSTRUCTW
|
||||||
{ hwnd HWND }
|
{ hwnd HWND }
|
||||||
{ wFunc UINT }
|
{ wFunc UINT }
|
||||||
{ pFrom LPCWSTR* }
|
{ pFrom LPCWSTR* }
|
||||||
|
|
Loading…
Reference in New Issue