From 63264ac9746ef66853d7833957cec68b2c7d8913 Mon Sep 17 00:00:00 2001 From: Misha Koshelev Date: Sat, 3 Mar 2007 16:41:53 -0600 Subject: msi: automation: Allow NULL pDispParams like native. --- dlls/msi/automation.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/dlls/msi/automation.c b/dlls/msi/automation.c index b216936..3947a44 100644 --- a/dlls/msi/automation.c +++ b/dlls/msi/automation.c @@ -308,12 +308,6 @@ static HRESULT WINAPI AutomationObject_I return DISP_E_UNKNOWNNAME; } - if (!pDispParams) - { - ERR("NULL pDispParams not allowed\n"); - return DISP_E_PARAMNOTOPTIONAL; - } - if (wFlags & DISPATCH_PROPERTYGET && !pVarResult) { ERR("NULL pVarResult not allowed when DISPATCH_PROPERTYGET specified\n"); -- 1.4.1