On Thursday, September 1, 2016, Huw Davies <Huw.Davies@physics.ox.ac.uk> wrote:
On 1 Sep 2016, at 15:55, Alexandre Julliard <julliard@winehq.org> wrote:
> Module: wine
> Branch: master
> Commit: 0fe758046ddc0f37944b8a3e075b8a5fdc5d81a4
> URL: http://source.winehq.org/git/wine.git/?a=commit;h= 0fe758046ddc0f37944b8a3e075b8a 5fdc5d81a4
>
> Author: Bruno Jesus <00cpxxx@gmail.com>
> Date: Wed Aug 31 15:17:44 2016 -0300
>
> xinput1_3: Stub XInputGetStateEx.
>
> Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
> + if (pXInputGetStateEx_Ordinal)
> + ok (pXInputGetStateEx_Ordinal == pXInputGetStateEx, "XInputGetStateEx in the wrong ordinal\n");
> + else
> + ok (broken(1), "XInputGetStateEx not found in this dll version\n”)
Hi Bruno,
This is causing test failures:
https://testbot.winehq.org/JobDetails.pl?Key=25476
https://test.winehq.org/data/tests/xinput1_3:xinput.html
Could you take a look?
Thanks,
Huw.