[Bug 52075] New: dinput8:device, dinput8:dinput and dinput8:hid cannot run on Windows 7 anymore

WineHQ Bugzilla wine-bugs at winehq.org
Sat Nov 20 20:42:16 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=52075

            Bug ID: 52075
           Summary: dinput8:device, dinput8:dinput and dinput8:hid cannot
                    run on Windows 7 anymore
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: directx-dinput
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com

dinput8:device, dinput8:dinput and dinput8:hid cannot run on Windows 7 anymore
because they now need GetOverlappedResultEx() which is not available.

https://test.winehq.org/data/patterns.html#dinput8:device
https://test.winehq.org/data/patterns.html#dinput8:dinput
https://test.winehq.org/data/patterns.html#dinput8:hid

Before that the tests could run on Windows 7 and even succeeded.
The call to GetOverlappedResultEx() was introduced in the commit below:

commit 3f110402f6a503d7c312694092e25fc48737c980
Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Wed Nov 17 11:51:48 2021 +0100

    dinput8/tests: Add some HID device gain report tests.

    Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list