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.