https://bugs.winehq.org/show_bug.cgi?id=37370
--- Comment #6 from super_man@post.com --- Since I dont have this specific game I am not even trying to form a patch for this. But
http://source.winehq.org/git/wine.git/blob/5cf42c0c97cce235101da6762a4cdfc96...
That function is missing lot of functionality.
344 case IDOK: 345 case IDCANCEL: 346 case IDABORT: 347 case IDRETRY: 348 case IDIGNORE: 349 case IDYES: 350 case IDNO: 351 case IDTRYAGAIN:
For example these cases don't do anything.
I quess adding something into IDCANCEL could work.