18 Jan
2024
18 Jan
'24
7:42 p.m.
Esme Povirk (@madewokherd) commented about dlls/shell32/shlfileop.c:
+}; + +struct file_operations { IFileOperation IFileOperation_iface; LONG ref; + HWND hwnd; + DWORD flags; + BOOL fAnyOperationsAborted; + LPVOID hNameMappings; + LPCWSTR lpszProgressTitle; + struct list ops; };
-static inline struct file_operation *impl_from_IFileOperation(IFileOperation *iface) +static HRESULT add_operation( IShellItem *item, IShellItem *folder, This should probably be named something else since it doesn't actually add the operation to the list.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4817#note_58010