Module: wine Branch: master Commit: b65b39f8b48296ad87709d62abb5990701be43e8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b65b39f8b48296ad87709d62ab...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 31 12:24:43 2010 +0200
shell32: Use int64 in the spec file for 64-bit integers.
---
dlls/shell32/shell32.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index da8944a..99f9879 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -123,9 +123,9 @@ 128 stdcall -noname SHDllGetClassObject(ptr ptr ptr) DllGetClassObject 129 stdcall -noname DAD_AutoScroll(long ptr ptr) 130 stdcall -noname DAD_DragEnter(long) - 131 stdcall -noname DAD_DragEnterEx(long double) + 131 stdcall -noname DAD_DragEnterEx(long int64) 132 stdcall -noname DAD_DragLeave() - 134 stdcall -noname DAD_DragMove(double) + 134 stdcall -noname DAD_DragMove(int64) 136 stdcall -noname DAD_SetDragImage(long long) 137 stdcall -noname DAD_ShowDragImage(long) 139 stub Desktop_UpdateBriefcaseOnEvent