Prevent crash in stub of SheGetDirW.
This commit is contained in:
parent
001c611136
commit
fe2e7c5f3f
|
@ -720,7 +720,7 @@ LPCVOID WINAPI PathGetExtensionAW(LPCVOID path,DWORD y,DWORD z)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
HRESULT WINAPI SheGetDirW(LPWSTR u, LPWSTR v)
|
HRESULT WINAPI SheGetDirW(LPWSTR u, LPWSTR v)
|
||||||
{ FIXME(shell,"%s %s stub\n",debugstr_w(u),debugstr_w(v) );
|
{ FIXME(shell,"%p %p stub\n",u,v);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue