29 Mar
2025
29 Mar
'25
7:12 p.m.
On Thu Feb 13 19:52:43 2025 +0000, Fabian Maurer wrote:
The error is ``` ../dlls/gdiplus/image.c:5072:38: error: initializer element is not a compile-time constant /* FormatID */ ImageFormatBMP, ``` I'm a bit confused as to why it doesn't happen with gcc, but the compiler is right. Not sure how to fix that without avoiding `ImageFormatBMP` and using the GUID directly like it was before. How should I continue here?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7318#note_99338