Added SHDoDragDrop() stub.

This commit is contained in:
Eric Kohl 1999-06-26 11:55:15 +00:00 committed by Alexandre Julliard
parent 121e672e87
commit 45f888664d
2 changed files with 12 additions and 1 deletions

View File

@ -398,6 +398,17 @@ DWORD WINAPI SHRevokeDragDrop(DWORD x) {
return 0;
}
/*************************************************************************
* SHDoDragDrop [SHELL32.88]
*
* NOTES
* exported by ordinal
*/
DWORD WINAPI SHDoDragDrop(DWORD u, DWORD v, DWORD w, DWORD x, DWORD y, DWORD z) {
FIXME("(0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx):stub.\n",u,v,w,x,y,z);
return 0;
}
/*************************************************************************
* RunFileDlg [SHELL32.61]
*

View File

@ -93,7 +93,7 @@ init Shell32LibMain
85 stdcall OpenRegStream(long long long long) OpenRegStream
86 stdcall SHRegisterDragDrop(long ptr) SHRegisterDragDrop
87 stdcall SHRevokeDragDrop(long) SHRevokeDragDrop
88 stub SHDoDragDrop
88 stdcall SHDoDragDrop(long long long long long long) SHDoDragDrop
89 stdcall SHCloneSpecialIDList(long long long) SHCloneSpecialIDList
90 stub SHFindFiles
91 stub SHFindComputer