* Really fix GCC build.

svn path=/branches/shell-experiments/; revision=63709
This commit is contained in:
David Quintana 2014-07-10 19:16:21 +00:00
parent eb28ee17c8
commit e1b309d6de
4 changed files with 12 additions and 7 deletions

View file

@ -111,7 +111,7 @@ HRESULT CEnumMergedFolder::SetSources(IShellFolder * userLocal, IShellFolder * a
m_UserLocalFolder = userLocal;
m_AllUSersFolder = allUSers;
TRACE("SetSources %p %p\n", m_UserLocalFolder, m_AllUSersFolder);
TRACE("SetSources %p %p\n", userLocal, allUSers);
return S_OK;
}
@ -397,7 +397,7 @@ HRESULT STDMETHODCALLTYPE CMergedFolder::AddNameSpace(LPGUID lpGuid, IShellFolde
return E_NOTIMPL;
}
TRACE("AddNameSpace %p %p\n", m_UserLocal, m_AllUSers);
TRACE("AddNameSpace %p %p\n", m_UserLocal.p, m_AllUSers.p);
// FIXME: Use a DSA to store the list of merged namespaces, together with their related info (psf, pidl, ...)
// For now, assume only 2 will ever be used, and ignore all the other data.