Alexandre Julliard : oleacc: Use int64 in the spec file for 64-bit integers .

Alexandre Julliard julliard at winehq.org
Tue Aug 31 11:15:58 CDT 2010


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Aug 31 12:24:38 2010 +0200

oleacc: Use int64 in the spec file for 64-bit integers.

---

 dlls/oleacc/oleacc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleacc/oleacc.spec b/dlls/oleacc/oleacc.spec
index 6ace542..3909a79 100644
--- a/dlls/oleacc/oleacc.spec
+++ b/dlls/oleacc/oleacc.spec
@@ -1,6 +1,6 @@
 @ stub AccessibleChildren
 @ stub AccessibleObjectFromEvent
-@ stdcall AccessibleObjectFromPoint(double ptr ptr)
+@ stdcall AccessibleObjectFromPoint(int64 ptr ptr)
 @ stdcall AccessibleObjectFromWindow(ptr long ptr ptr)
 @ stdcall CreateStdAccessibleObject(ptr long ptr ptr)
 @ stub CreateStdAccessibleProxyA




More information about the wine-cvs mailing list