11 Jul
2023
11 Jul
'23
8:35 a.m.
From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> The libraries used are now in the staticlly linked from the libs directory. --- dlls/windowscodecs/wincodecs_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/windowscodecs/wincodecs_private.h b/dlls/windowscodecs/wincodecs_private.h index 6a5c4604cf5..b4bb79a55ea 100644 --- a/dlls/windowscodecs/wincodecs_private.h +++ b/dlls/windowscodecs/wincodecs_private.h @@ -239,7 +239,6 @@ extern HMODULE windowscodecs_module; HRESULT read_png_chunk(IStream *stream, BYTE *type, BYTE **data, ULONG *data_size); -/* unixlib iface */ struct decoder_funcs; struct decoder_info -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3293