http://bugs.winehq.org/show_bug.cgi?id=18772
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com 2009-06-04 16:12:28 --- (In reply to comment #11)
There may not be as many responses, but bugzilla is meant to be used for bug discussion, e.g., patches (user support, etc. is not meant to be here, of course).
Ok, I don't even see it in list, maybe sender should subscribe first.
Obvious problems are:
- 'return ();' should lose brackets here; - SendMessageW should be used; - flags are ignored but I think PW_CLIENTONLY could be mapped to PRF_CLIENT here, if you still want to ignore flags for some reason you should place FIXME; - ideal way is to add test for this if it really uses WM_PRINT. If it does it easy to test for WM_PRINT flags then.