On Thu Feb 13 15:48:56 2025 +0000, Esme Povirk wrote:
The pipeline build failures will need to be addressed.
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.