http://bugs.winehq.org/show_bug.cgi?id=4768
------- Additional Comments From wijn@wanadoo.nl 2006-10-03 08:13 ------- Created an attachment (id=2029) --> (http://bugs.winehq.org/attachment.cgi?id=2029&action=view) fix for bug 4768
The program is buggy, crashes here on Win2000.
It is calling EndPaint() with 1 parameter. EndPaint expects 2 and pop's the saved ebp register from the stack -> crash. I have sent in the attached patch with a fix, not sure if it will be accepted.
Rein.