http://bugs.winehq.org/show_bug.cgi?id=31609
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com
--- Comment #2 from François Gouget fgouget@codeweavers.com 2012-09-05 04:28:34 CDT --- You're calling the functions directly instead of using the function pointers. Also it might be worth splitting the patch in two parts: one to introduce the 'goto done' which I feel is worth it on its own and the other for the activation context stuff. But then others might say this is overkill.
Otherwise I can't test the patch right now but it looks good.