Re: Bruno Jesus : xinput1_3: Stub XInputGetStateEx.
On 1 Sep 2016, at 15:55, Alexandre Julliard <julliard(a)winehq.org> wrote:
Module: wine Branch: master Commit: 0fe758046ddc0f37944b8a3e075b8a5fdc5d81a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0fe758046ddc0f37944b8a3e07...
Author: Bruno Jesus <00cpxxx(a)gmail.com> Date: Wed Aug 31 15:17:44 2016 -0300
xinput1_3: Stub XInputGetStateEx.
Signed-off-by: Bruno Jesus <00cpxxx(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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.
On Thursday, September 1, 2016, Huw Davies <Huw.Davies(a)physics.ox.ac.uk> wrote:
On 1 Sep 2016, at 15:55, Alexandre Julliard <julliard(a)winehq.org <javascript:;>> wrote:
Module: wine Branch: master Commit: 0fe758046ddc0f37944b8a3e075b8a5fdc5d81a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h= 0fe758046ddc0f37944b8a3e075b8a5fdc5d81a4
Author: Bruno Jesus <00cpxxx(a)gmail.com <javascript:;>> Date: Wed Aug 31 15:17:44 2016 -0300
xinput1_3: Stub XInputGetStateEx.
Signed-off-by: Bruno Jesus <00cpxxx(a)gmail.com <javascript:;>> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org <javascript:;>>
+ 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?
Yes, I received by email from Marvin. I obviously did my manual tests wrong :-/
Thanks, Huw.
Best wishes, Bruno
participants (2)
-
Bruno Jesus -
Huw Davies