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?