Commit b65b39f8 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent be8377b7
...@@ -123,9 +123,9 @@ ...@@ -123,9 +123,9 @@
128 stdcall -noname SHDllGetClassObject(ptr ptr ptr) DllGetClassObject 128 stdcall -noname SHDllGetClassObject(ptr ptr ptr) DllGetClassObject
129 stdcall -noname DAD_AutoScroll(long ptr ptr) 129 stdcall -noname DAD_AutoScroll(long ptr ptr)
130 stdcall -noname DAD_DragEnter(long) 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() 132 stdcall -noname DAD_DragLeave()
134 stdcall -noname DAD_DragMove(double) 134 stdcall -noname DAD_DragMove(int64)
136 stdcall -noname DAD_SetDragImage(long long) 136 stdcall -noname DAD_SetDragImage(long long)
137 stdcall -noname DAD_ShowDragImage(long) 137 stdcall -noname DAD_ShowDragImage(long)
139 stub Desktop_UpdateBriefcaseOnEvent 139 stub Desktop_UpdateBriefcaseOnEvent
......
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