11 Mar
2023
11 Mar
'23
11:36 p.m.
Alex Henrie (@alexhenrie) commented about include/wofapi.h:
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+HRESULT WINAPI WofIsExternalFile(const WCHAR *, BOOL *, ULONG *, VOID *, ULONG *); It's actually not required to add the function to the header file at all until something needs it (although it doesn't hurt).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2375#note_26743