mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 23:35:31 +00:00
shlwapi: Add a stub implementation for ZoneComputePaneSize.
Allows IE6 to show its main window with builtin shlwapi.
This commit is contained in:
parent
b42f9df913
commit
ba3d4b2243
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user