commit | 9a59ee76e464ca08e603afbaead1eca4cb95e08d | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Jun 10 12:02:39 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 10 12:02:39 2006 +0200 |
tree | 7c95b45ca4336939db3cb28c81ec21da2b30fecd | |
parent | ba5efc6c76e67d6f390f96dbae88a6b4431d68b2 [diff] [blame] |
msi: Make all the ops structures static and const.
diff --git a/dlls/msi/create.c b/dlls/msi/create.c index 5097c57..a8fe65c 100644 --- a/dlls/msi/create.c +++ b/dlls/msi/create.c
@@ -207,7 +207,7 @@ } -MSIVIEWOPS create_ops = +static const MSIVIEWOPS create_ops = { CREATE_fetch_int, NULL,