mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 05:55:45 +00:00
FIXME -> TRACE
svn path=/trunk/; revision=8864
This commit is contained in:
parent
1bad49c3be
commit
f977f1fd59
1 changed files with 3 additions and 3 deletions
|
@ -219,7 +219,7 @@ static HRESULT WINAPI IPersistFile_fnIsDirty(IPersistFile* iface)
|
|||
{
|
||||
_ICOM_THIS_From_IPersistFile(IShellLinkImpl, iface);
|
||||
|
||||
FIXME("(%p)\n",This);
|
||||
TRACE("(%p)\n",This);
|
||||
|
||||
if (This->bDirty)
|
||||
return S_OK;
|
||||
|
@ -1356,7 +1356,7 @@ static HRESULT WINAPI IShellLinkA_fnSetPath(IShellLinkA * iface, LPCSTR pszFile)
|
|||
{
|
||||
ICOM_THIS(IShellLinkImpl, iface);
|
||||
char buffer[MAX_PATH];
|
||||
LPCSTR fname;
|
||||
LPSTR fname;
|
||||
|
||||
TRACE("(%p)->(path=%s)\n",This, pszFile);
|
||||
|
||||
|
@ -1791,7 +1791,7 @@ static HRESULT WINAPI IShellLinkW_fnSetPath(IShellLinkW * iface, LPCWSTR pszFile
|
|||
{
|
||||
_ICOM_THIS_From_IShellLinkW(IShellLinkImpl, iface);
|
||||
WCHAR buffer[MAX_PATH];
|
||||
LPCSTR fname;
|
||||
LPWSTR fname;
|
||||
|
||||
TRACE("(%p)->(path=%s)\n",This, debugstr_w(pszFile));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue