https://bugs.winehq.org/show_bug.cgi?id=52832
--- Comment #3 from Svyatpro svyatpro@gmail.com --- Actual broking patch is https://github.com/wine-mirror/wine/commit/801f1bb433e9d49be523cf357929795a8...
I think it is better to do like this:
#ifdef _WIN64 #define WINED3D_CS_QUEUE_SIZE 0x400000u #else #define WINED3D_CS_QUEUE_SIZE 0x100000u #endif