msi: Move parameter checks to a common helper in MsiSummaryInfoSetProperty.
commit7929c31ea7b9f47f68cd434393f1212e448a9cf7
authorDmitry Timoshkov <dmitry@baikal.ru>
Wed, 19 Sep 2018 05:28:34 +0000 (19 13:28 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Sep 2018 15:20:44 +0000 (19 17:20 +0200)
tree5f327d077b556a1a220937de2eacc67cc145b177
parent7c844af8386f3987bc4c6be2cebb72de7b5a3e01
msi: Move parameter checks to a common helper in MsiSummaryInfoSetProperty.

Currently MsiSummaryInfoSetProperty tests don't have a chance to execute under
Wine because the tests crash earlier, and the crashes are hidden by a custom
action exception handler. This patch simplifies the next one.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msi/suminfo.c