[PATCH 1/4] msi: automation: Remove duplicate error messages on unknown dispid.

Misha Koshelev mk144210 at bcm.edu
Fri Jun 1 10:13:57 CDT 2007


DISP_E_MEMBERNOTFOUND results in a FIXME in AutomationObject_Invoke, so we don't have to handle it in every
single function like this (in either case having both is redundant).

Plus, if we did it in every single function, we would also have to do it for all the DISP_E_MEMBERNOTFOUNDs
after each single case statement in case the wFlags is wrong, or, for example, we've implemented a 
PROPERTYSET but not a PROPERTYPUT.

This patchset: Just a few minor changes to James' patches that I noticed (sorry did not see them on wine-patches).

---
 dlls/msi/automation.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 05812245ccf063645efdf09e320979dbacf318d4.diff
Type: text/x-patch
Size: 598 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070601/d6a8c5e3/05812245ccf063645efdf09e320979dbacf318d4.bin


More information about the wine-patches mailing list