shlwapi: Don't print the function name twice in an ERR.
This commit is contained in:
parent
fc3e2ba954
commit
36d269ac22
|
@ -2314,7 +2314,7 @@ HRESULT WINAPI UrlCreateFromPathW(LPCWSTR pszPath, LPWSTR pszUrl, LPDWORD pcchUr
|
||||||
*/
|
*/
|
||||||
HRESULT WINAPI SHAutoComplete(HWND hwndEdit, DWORD dwFlags)
|
HRESULT WINAPI SHAutoComplete(HWND hwndEdit, DWORD dwFlags)
|
||||||
{
|
{
|
||||||
FIXME("SHAutoComplete stub\n");
|
FIXME("stub\n");
|
||||||
return S_FALSE;
|
return S_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue