mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
ole32: Fix return value for DefaultHandler_SetExtent.
This commit is contained in:
parent
3ae17fa003
commit
db941f43b6
@ -715,7 +715,7 @@ static HRESULT WINAPI DefaultHandler_SetExtent(
|
||||
dwDrawAspect, psizel->cx, psizel->cy);
|
||||
|
||||
if (object_is_running(This))
|
||||
IOleObject_SetExtent(This->pOleDelegate, dwDrawAspect, psizel);
|
||||
return IOleObject_SetExtent(This->pOleDelegate, dwDrawAspect, psizel);
|
||||
|
||||
return OLE_E_NOTRUNNING;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user