https://bugs.winehq.org/show_bug.cgi?id=43848
--- Comment #2 from BieHDC byi5000@gmail.com --- Created attachment 59421 --> https://bugs.winehq.org/attachment.cgi?id=59421 My pkgbuild script
Your patch somehow won't compile here. I have attached my compile method here.
../../../wine/dlls/d3d11/device.c: In Funktion »d3d11_immediate_context_RSSetState«: ../../../wine/dlls/d3d11/device.c:2301:65: Fehler: »WINED3D_RS_DEPTHBIASCLAMP« nicht deklariert (erstmalige Verwendung in dieser Funktion); meinten Sie »WINED3D_RS_DEPTHBIAS«? wined3d_device_set_render_state(device->wined3d_device, WINED3D_RS_DEPTHBIASCLAMP, tmpfloat.d);
^~~~~~~~~~~~~~~~~~~~~~~~~
WINED3D_RS_DEPTHBIAS ../../../wine/dlls/d3d11/device.c:2301:65: Anmerkung: jeder nicht deklarierte Bezeichner wird nur einmal für jede Funktion, in der er vorkommt, gemeldet make[1]: *** [Makefile:305: device.o] Fehler 1 make: *** [Makefile:7066: dlls/d3d11] Fehler 2