diff --git a/extra/io/files/trash/windows/windows.factor b/extra/io/files/trash/windows/windows.factor index 4cecf5fa89..f1b0d9ab0c 100644 --- a/extra/io/files/trash/windows/windows.factor +++ b/extra/io/files/trash/windows/windows.factor @@ -13,7 +13,7 @@ LIBRARY: shell32 TYPEDEF: WORD FILEOP_FLAGS -PACKED-STRUCT: SHFILEOPSTRUCTW +STRUCT: SHFILEOPSTRUCTW { hwnd HWND } { wFunc UINT } { pFrom LPCWSTR* }