msi: Add missing initializer for delete_ops.

This commit is contained in:
Gerald Pfeifer 2007-12-29 09:14:07 +01:00 committed by Alexandre Julliard
parent f9e27d37b9
commit 63655bc1a1
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ static const MSIVIEWOPS delete_ops =
NULL,
NULL,
NULL,
NULL
};
UINT DELETE_CreateView( MSIDATABASE *db, MSIVIEW **view, MSIVIEW *table )