Commit b271a1ac authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

xinput: Fix XInputGetBatteryInformation spec file entry.

parent 384ece4d
......@@ -4,5 +4,5 @@
4 stdcall XInputGetCapabilities(long long ptr)
5 stdcall XInputEnable(long)
6 stdcall XInputGetDSoundAudioDeviceGuids(long ptr ptr)
7 stdcall XInputGetBatteryInformation(long ptr ptr)
7 stdcall XInputGetBatteryInformation(long long ptr)
8 stdcall XInputGetKeystroke(long long ptr)
......@@ -4,6 +4,6 @@
4 stdcall XInputGetCapabilities(long long ptr) xinput1_3.XInputGetCapabilities
5 stdcall XInputEnable(long) xinput1_3.XInputEnable
6 stdcall XInputGetDSoundAudioDeviceGuids(long ptr ptr) xinput1_3.XInputGetDSoundAudioDeviceGuids
7 stdcall XInputGetBatteryInformation(long ptr ptr) xinput1_3.XInputGetBatteryInformation
7 stdcall XInputGetBatteryInformation(long long ptr) xinput1_3.XInputGetBatteryInformation
8 stdcall XInputGetKeystroke(long long ptr) xinput1_3.XInputGetKeystroke
10 stub XInputGetAudioDeviceIds(long ptr ptr ptr ptr)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment