Corrected INVOKEKIND enumeration values.
This commit is contained in:
parent
d5a2698b8f
commit
ed9d1602eb
|
@ -371,8 +371,8 @@ typedef enum tagINVOKEKIND
|
|||
{
|
||||
INVOKE_FUNC = 1,
|
||||
INVOKE_PROPERTYGET = 2,
|
||||
INVOKE_PROPERTYPUT = 3,
|
||||
INVOKE_PROPERTYPUTREF = 4
|
||||
INVOKE_PROPERTYPUT = 4,
|
||||
INVOKE_PROPERTYPUTREF = 8
|
||||
} INVOKEKIND;
|
||||
|
||||
typedef struct tagFUNCDESC
|
||||
|
|
Loading…
Reference in New Issue