typelib patch 1

Ove Kaaven ovek at arcticnet.no
Wed Oct 3 09:19:02 CDT 2001


Log:
Ove Kaaven <ovek at transgaming.com>
Corrected INVOKEKIND enumeration values.

Index: include/wine/obj_oleaut.h
===================================================================
RCS file: /home/wine/wine/include/wine/obj_oleaut.h,v
retrieving revision 1.29
diff -u -r1.29 obj_oleaut.h
--- include/wine/obj_oleaut.h	2001/09/10 23:13:40	1.29
+++ include/wine/obj_oleaut.h	2001/10/03 12:57:48
@@ -371,8 +371,8 @@
 {
 	INVOKE_FUNC = 1,
 	INVOKE_PROPERTYGET = 2,
-	INVOKE_PROPERTYPUT = 3,
-	INVOKE_PROPERTYPUTREF = 4
+	INVOKE_PROPERTYPUT = 4,
+	INVOKE_PROPERTYPUTREF = 8
 } INVOKEKIND;
 
 typedef struct tagFUNCDESC




More information about the wine-patches mailing list