Merge back commit from winehq

svn path=/trunk/; revision=11026
This commit is contained in:
Gé van Geldorp 2004-09-24 12:13:54 +00:00
parent b92ba82e5f
commit 361d78ab88

View file

@ -1027,11 +1027,7 @@ static HRESULT WINAPI IShellLinkA_fnGetPath(IShellLinkA * iface, LPSTR pszFile,
WideCharToMultiByte( CP_ACP, 0, This->sPath, -1,
pszFile, cchMaxPath, NULL, NULL);
if (pfd) {
FIXME("(%p): WIN32_FIND_DATA is not yet filled.\n", This);
}
if (pfd) FIXME("(%p): WIN32_FIND_DATA is not yet filled.\n", This);
return NOERROR;
}
@ -1444,11 +1440,7 @@ static HRESULT WINAPI IShellLinkW_fnGetPath(IShellLinkW * iface, LPWSTR pszFile,
if( This->sPath )
lstrcpynW( pszFile, This->sPath, cchMaxPath );
if (pfd) {
FIXME("(%p): WIN32_FIND_DATA is not yet filled.\n", This);
}
if (pfd) FIXME("(%p): WIN32_FIND_DATA is not yet filled.\n", This);
return NOERROR;
}