shell32: Use int64 in the spec file for 64-bit integers.
This commit is contained in:
parent
be8377b71e
commit
b65b39f8b4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user