On 11/3/21 02:20, Yusuf Khan wrote:
Hi Yusuf,
You don't need to (and probably shouldn't) commit the changes to configure, only configure.ac changes are needed. The maintainer will regenerate configure themselves and commit the changes to ensure that consistent autoconf version is used.
Regarding the DLL, it seems like it's supposed to be used by UWP applications which Wine doesn't really support yet, do you have more info about which application requires it?
Also, I believe it normally exports a few more functions. According to https://windows10dll.nirsoft.net/xinputuap_dll.html, it should probably export or stub these as well:
XInputEnable XInputGetAudioDeviceIds XInputGetBatteryInformation XInputGetCapabilities XInputGetKeystroke XInputGetState XInputSetState
Cheers,