Commit 38aeff0a authored by Ian Schmidt's avatar Ian Schmidt Committed by Alexandre Julliard

Added missing WINAPI for SHValidateUNC.

parent 76355f4f
......@@ -1118,7 +1118,7 @@ int WINAPI StrToOleStr (LPWSTR lpWideCharStr, LPCSTR lpMultiByteString)
* SHValidateUNC [SHELL32.173]
*
*/
HRESULT SHValidateUNC (DWORD x, DWORD y, DWORD z)
HRESULT WINAPI SHValidateUNC (DWORD x, DWORD y, DWORD z)
{ FIXME(shell,"0x%08lx 0x%08lx 0x%08lx stub\n",x,y,z);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment