msi: Support more dialog groups.

This commit is contained in:
Marcus Meissner 2006-09-24 11:54:13 +02:00 committed by Alexandre Julliard
parent a6fe56a8cf
commit 966c5b6c0b

View file

@ -1078,7 +1078,7 @@ static UINT msi_dialog_edit_control( msi_dialog *dialog, MSIRECORD *rec )
/******************** Masked Edit ********************************************/
#define MASK_MAX_GROUPS 10
#define MASK_MAX_GROUPS 20
struct msi_mask_group
{