Commit 1c6f16a3 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

ole32: The type check in AntiMonikerImpl_CommonPrefixWith should be for…

ole32: The type check in AntiMonikerImpl_CommonPrefixWith should be for anti-monikers, not item-monikers.
parent ae62ab03
......@@ -409,7 +409,7 @@ AntiMonikerImpl_CommonPrefixWith(IMoniker* iface,IMoniker* pmkOther,IMoniker** p
IMoniker_IsSystemMoniker(pmkOther,&mkSys);
if(mkSys==MKSYS_ITEMMONIKER){
if(mkSys==MKSYS_ANTIMONIKER){
IMoniker_AddRef(iface);
......
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