https://bugs.winehq.org/show_bug.cgi?id=45331
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdi32 CC| |z.figura12@gmail.com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- It calls ReleaseDC() and then DeleteDC() with the same DC, and expects both calls to succeed. Always returning TRUE from DeleteDC() is enough to make it work, although I'm not sure if that's the correct solution.