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

This commit is contained in:
Alexandre Julliard 2010-08-31 12:24:43 +02:00
parent be8377b71e
commit b65b39f8b4
1 changed files with 2 additions and 2 deletions

View File

@ -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