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,