Corrected INVOKEKIND enumeration values.

This commit is contained in:
Ove Kaaven 2001-10-03 18:40:28 +00:00 committed by Alexandre Julliard
parent d5a2698b8f
commit ed9d1602eb
1 changed files with 2 additions and 2 deletions

View File

@ -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