https://bugs.winehq.org/show_bug.cgi?id=41428
--- Comment #13 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Dmitry Timoshkov from comment #12)
(In reply to Bruno Jesus from comment #11)
To fix this bug Wine should always use builtin DLL instead of native. Should only use native if explicitly configured in winecfg, not sure if that is possible but if my memory serves me right I recall about some "prefer builtin" comments in some Dll startup functions but I could not find an example.
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/xinput1_3/ xinput1_3_main.c#l42
Yes! It was so close, but I was "grepping" the files for "prefer builtin" instead of "prefer native", so just changing line 47 to TRUE is going to fix the issue, Dmitry?