include/msiquery.h: Fix MSIMODIFY enum definition

Nikolay Sivov bunglehead at gmail.com
Sun Jan 18 15:14:42 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17007

Changelog:
    - Fix MSIMODIFY enum definition

>From 681115790be3eb3b618612eae594e8550b434f25 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Mon, 19 Jan 2009 00:11:44 +0300
Subject:   Fix MSIMODIFY enum definition

---
 include/msiquery.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/msiquery.h b/include/msiquery.h
index fa42f17..6a1bfa4 100644
--- a/include/msiquery.h
+++ b/include/msiquery.h
@@ -47,6 +47,7 @@ typedef enum tagMSICOSTTREE
 
 typedef enum tagMSIMODIFY
 {
+    MSIMODIFY_SEEK = -1,
     MSIMODIFY_REFRESH = 0,
     MSIMODIFY_INSERT = 1,
     MSIMODIFY_UPDATE = 2,
-- 
1.5.6.5






More information about the wine-patches mailing list