include/msiquery.h: Fix MSIMODIFY enum definition.
This commit is contained in:
parent
be027eeb28
commit
61808b1689
|
@ -47,6 +47,7 @@ typedef enum tagMSICOSTTREE
|
|||
|
||||
typedef enum tagMSIMODIFY
|
||||
{
|
||||
MSIMODIFY_SEEK = -1,
|
||||
MSIMODIFY_REFRESH = 0,
|
||||
MSIMODIFY_INSERT = 1,
|
||||
MSIMODIFY_UPDATE = 2,
|
||||
|
|
Loading…
Reference in New Issue