8 Jul
2025
8 Jul
'25
10:53 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/d3dx_helpers.c:
+ +#include "wine/debug.h" +#include "d3dx_helpers.h" + +#include "initguid.h" +#include "ole2.h" +#include "wincodec.h" + +#define BCDEC_IMPLEMENTATION +#define BCDEC_STATIC +#include "bcdec.h" +#define STB_DXT_IMPLEMENTATION +#define STB_DXT_STATIC +#include "stb_dxt.h" +#include <assert.h> + Extra blank.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8490#note_109230