shlwapi: Add a stub implementation for ZoneComputePaneSize.

Allows IE6 to show its main window with builtin shlwapi.
This commit is contained in:
Mike McCormack 2006-08-16 12:52:18 +09:00 committed by Alexandre Julliard
parent b42f9df913
commit ba3d4b2243
2 changed files with 10 additions and 1 deletions

View file

@ -4422,3 +4422,12 @@ HRESULT WINAPI IUnknown_ProfferService(IUnknown *unk, void *x0, void *x1, void *
FIXME("%p %p %p %p\n", unk, x0, x1, x2);
return E_NOTIMPL;
}
/***********************************************************************
* ZoneComputePaneSize [SHLWAPI.382]
*/
UINT WINAPI ZoneComputePaneSize(HWND hwnd)
{
FIXME("\n");
return 0x95;
}

View file

@ -379,7 +379,7 @@
379 stub -noname Shell_GetCachedImageIndexWrapW
380 stub -noname Shell_GetCachedImageIndexWrapA
381 stub -noname AssocCopyVerbs
382 stub -noname ZoneComputePaneSize
382 stdcall -noname ZoneComputePaneSize(ptr)
383 stub -noname ZoneConfigureW
384 stub -noname SHRestrictedMessageBox
385 stub -noname SHLoadRawAccelerators