Added OLEIVERB_UIACTIVATE handling.
This commit is contained in:
parent
03a7022ef8
commit
e94f091d3b
|
@ -143,7 +143,7 @@ static HRESULT WINAPI OleObject_DoVerb(IOleObject *iface, LONG iVerb, LPMSG lpms
|
|||
|
||||
TRACE("(%p)->(%ld %p %p %ld %p %p)\n", This, iVerb, lpmsg, pActiveSite, lindex, hwndParent, lprcPosRect);
|
||||
|
||||
if(iVerb != OLEIVERB_SHOW) {
|
||||
if(iVerb != OLEIVERB_SHOW && iVerb != OLEIVERB_UIACTIVATE) {
|
||||
FIXME("iVerb = %ld not supported\n", iVerb);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue