Skip to content
Snippets Groups Projects
Commit e304228f authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard
Browse files

Stub Control_FillCache_RunDLL.

parent 8c449a58
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment