mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
urlmon: Print the debug string and not the pointer to it.
This commit is contained in:
parent
798beb2cb8
commit
cbcf08a7df
@ -998,9 +998,8 @@ HRESULT WINAPI GetClassFileOrMime(LPBC pBC, LPCWSTR pszFilename,
|
||||
LPVOID pBuffer, DWORD cbBuffer, LPCWSTR pszMimeType, DWORD dwReserved,
|
||||
CLSID *pclsid)
|
||||
{
|
||||
FIXME("(%p, %s, %p, %d, %p, 0x%08x, %p): stub\n", pBC,
|
||||
debugstr_w(pszFilename), pBuffer, cbBuffer, debugstr_w(pszMimeType),
|
||||
dwReserved, pclsid);
|
||||
FIXME("(%p, %s, %p, %d, %s, 0x%08x, %p): stub\n", pBC, debugstr_w(pszFilename), pBuffer,
|
||||
cbBuffer, debugstr_w(pszMimeType), dwReserved, pclsid);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user