Stub Control_FillCache_RunDLL.

This commit is contained in:
Juergen Schmied 1998-12-18 14:48:20 +00:00 committed by Alexandre Julliard
parent 8c449a58aa
commit e304228fe2
1 changed files with 8 additions and 0 deletions

View File

@ -1253,3 +1253,11 @@ HRESULT WINAPI SHWaitForFileToOpen(DWORD u, DWORD v, DWORD w)
{ FIXME(shell,"0x%04lx 0x%04lx 0x%04lx stub\n",u,v,w);
return 0;
}
/*************************************************************************
* Control_FillCache_RunDLL [SHELL32.8]
*
*/
HRESULT WINAPI Control_FillCache_RunDLL(DWORD u, DWORD v, DWORD w, DWORD x)
{ FIXME(shell,"0x%04lx 0x%04lx 0x%04lx 0x%04lx stub\n",u,v,w,x);
return 0;
}