http://bugs.winehq.org/show_bug.cgi?id=2812
------- Additional Comments From flexo@holycrap.org 2007-03-02 10:10 ------- Created an attachment (id=4761) --> (http://bugs.winehq.org/attachment.cgi?id=4761&action=view) Hackish implementation of _MCIWDCREATE
The attached patch allows TJPT to start - it crashes later when you try to start a game but that seems to be unrelated.
Note that this implementation is just a hack - it will crash when the 32-bit wndproc tries to send itself one of the wrapped messages with a linear pointer in lParam. I'm not sure how to properly implement this one, we'd need to somehow just translate the 16-bit messages - but the only place where this is possible seems to be user32...