http://bugs.winehq.org/show_bug.cgi?id=20598
--- Comment #51 from BD bad_dude32065@yahoo.com 2010-01-26 17:39:50 --- (In reply to comment #50)
(In reply to comment #48)
Created an attachment (id=25903)
--> (http://bugs.winehq.org/attachment.cgi?id=25903) [details] [details]
diff
i think this patch is correct.
No. What is this?
DeleteDC(0);
Actually a test required here to fix this regression.
the DeleteDC(0); has me a bit confused. using DeleteDC(hdc); in the done: section makes vc++ complain of not deleting a busy dc. as for the test do you mean like an if statement for that section?