Andrey Gusev : xinput: Fix XInputGetBatteryInformation spec file entry.

Alexandre Julliard julliard at winehq.org
Thu Jul 28 09:38:55 CDT 2016


Module: wine
Branch: master
Commit: b271a1acfa90d496ba5d764382ff83a2447e3350
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b271a1acfa90d496ba5d764382ff83a2447e3350

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Jul 28 16:15:22 2016 +0300

xinput: Fix XInputGetBatteryInformation spec file entry.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/xinput1_3/xinput1_3.spec | 2 +-
 dlls/xinput1_4/xinput1_4.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/xinput1_3/xinput1_3.spec b/dlls/xinput1_3/xinput1_3.spec
index af4f1e0..67805d1 100644
--- a/dlls/xinput1_3/xinput1_3.spec
+++ b/dlls/xinput1_3/xinput1_3.spec
@@ -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)
diff --git a/dlls/xinput1_4/xinput1_4.spec b/dlls/xinput1_4/xinput1_4.spec
index 9d08286..25a79a0 100644
--- a/dlls/xinput1_4/xinput1_4.spec
+++ b/dlls/xinput1_4/xinput1_4.spec
@@ -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)




More information about the wine-cvs mailing list