j
k
j a
j l
Nikolay Sivov (@nsivov) commented about dlls/wined3d/wined3d_private.h:
#define WINED3D_BITMAP_SIZE(x) (((x) + 31) >> 5) +#define TAG_DXBC WINEMAKEFOURCC('D', 'X', 'B', 'C')
#define WINED3D_BITMAP_SIZE(x) (((x) + 31) >> 5)
+#define TAG_DXBC WINEMAKEFOURCC('D', 'X', 'B', 'C')
This looks unused now, and compiles for me without it.
Back to the thread
Back to the list