From ed9d1602ebd251c2e12cc1ba307bdfca535501b5 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Wed, 3 Oct 2001 18:40:28 +0000 Subject: [PATCH] Corrected INVOKEKIND enumeration values. --- include/wine/obj_oleaut.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wine/obj_oleaut.h b/include/wine/obj_oleaut.h index b07a5d57c3a..c321e080389 100644 --- a/include/wine/obj_oleaut.h +++ b/include/wine/obj_oleaut.h @@ -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 -- 2.11.4.GIT