mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
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
Block a user