http://bugs.winehq.org/show_bug.cgi?id=32123
--- Comment #5 from Justin R jrittenh@nd.edu 2012-11-16 13:41:10 CST --- Let's try this again...I stepped through another regression test and came up with this:
fb5dbd608fbe09f1e3b09745b47233c8ed051446 is the first bad commit commit fb5dbd608fbe09f1e3b09745b47233c8ed051446 Author: Aric Stewart aric@codeweavers.com Date: Wed Oct 3 07:12:44 2012 -0500
imm32: Explicitly handle all WM_IME_XXX messages in the IME class.
:040000 040000 829903f0cffbf97e65310dc37797e7c5e89049f1 e35b456dfbfbd9a3448a178e8ea26cfa2a1fb606 M dlls
I double-checked by moving to that commit (git reset --hard fb5dbd608fbe09f1e3b09745b47233c8ed051446), compiling, running into an issue, stepping back one commit (git reset --hard HEAD~1), and not having an issue. I then stepped back to the commit above (git reset --hard ORIG_HEAD) and once again had issues.