Commit 61808b16 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include/msiquery.h: Fix MSIMODIFY enum definition.

parent be027eeb
...@@ -47,6 +47,7 @@ typedef enum tagMSICOSTTREE ...@@ -47,6 +47,7 @@ typedef enum tagMSICOSTTREE
typedef enum tagMSIMODIFY typedef enum tagMSIMODIFY
{ {
MSIMODIFY_SEEK = -1,
MSIMODIFY_REFRESH = 0, MSIMODIFY_REFRESH = 0,
MSIMODIFY_INSERT = 1, MSIMODIFY_INSERT = 1,
MSIMODIFY_UPDATE = 2, MSIMODIFY_UPDATE = 2,
......
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