Added missing WINAPI for SHValidateUNC.

This commit is contained in:
Ian Schmidt 1999-05-29 10:52:00 +00:00 committed by Alexandre Julliard
parent 76355f4f81
commit 38aeff0a1d
1 changed files with 1 additions and 1 deletions

View File

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