Commit 63655bc1 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

msi: Add missing initializer for delete_ops.

parent f9e27d37
......@@ -198,6 +198,7 @@ static const MSIVIEWOPS delete_ops =
NULL,
NULL,
NULL,
NULL
};
UINT DELETE_CreateView( MSIDATABASE *db, MSIVIEW **view, MSIVIEW *table )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment