Module: wine Branch: master Commit: 806330d157f4bf52c9acf53c70a1c4d5b50a76e6 URL: https://gitlab.winehq.org/wine/wine/-/commit/806330d157f4bf52c9acf53c70a1c4d...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Tue Jul 11 18:34:31 2023 +1000
windowscodecs: Remove misleading comment.
The libraries used are now staticly 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