Prevent crash in stub of SheGetDirW.

This commit is contained in:
Juergen Schmied 1999-05-17 15:35:42 +00:00 committed by Alexandre Julliard
parent 001c611136
commit fe2e7c5f3f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }