Commit ba3d4b22 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

shlwapi: Add a stub implementation for ZoneComputePaneSize.

Allows IE6 to show its main window with builtin shlwapi.
parent b42f9df9
......@@ -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;
}
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment