11 Mar
2023
11 Mar
'23
11:36 p.m.
Alex Henrie (@alexhenrie) commented about dlls/wofutil/main.c:
WINE_DEFAULT_DEBUG_CHANNEL(wofutil);
+HRESULT WINAPI WofIsExternalFile( const WCHAR *path, BOOL *result, ULONG *provider, VOID *ptr, ULONG *length )
Please use `void` for new code rather than `VOID` (here and in the header file). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2375#note_26742