https://bugs.winehq.org/show_bug.cgi?id=45331
--- Comment #5 from Ahzo@tutanota.com --- This got fixed in wine 5.0 by: commit 0778945e34968c66ccbe8a8be1f9749b8383f55e Author: Jeff Smith whydoubt@gmail.com Date: Sun Jan 12 14:54:10 2020 -0600
user.exe16: Releasing DC does not disable it.
ReleaseDC in user32 marks cache DCs as disabled. For user.exe (the 16-bit equivalent), this causes DCs to become inaccessible after release. On Windows, they are still accessible after release.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44408 Signed-off-by: Jeff Smith whydoubt@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
Thanks for fixing it!