Small olefont fix

Francois Gouget fgouget at free.fr
Tue Sep 7 07:02:13 CDT 2004


This was probably an ICOM_THIS sed gone bad.


Changelog:

 * dlls/oleaut32/olefont.c

   Remove bogus #define statement.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                     Linux: the choice of a GNU generation
-------------- next part --------------
Index: dlls/oleaut32/olefont.c
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/olefont.c,v
retrieving revision 1.33
diff -u -r1.33 olefont.c
--- dlls/oleaut32/olefont.c	6 Sep 2004 20:34:29 -0000	1.33
+++ dlls/oleaut32/olefont.c	7 Sep 2004 00:03:20 -0000
@@ -104,7 +104,6 @@
  * There is a version to accomodate all of the VTables implemented
  * by this object.
  */
-#define class *this = (class *)name class* this = (class*)name
 #define _ICOM_THIS_From_IDispatch(class, name) class* this = (class*)(((char*)name)-sizeof(void*))
 #define _ICOM_THIS_From_IPersistStream(class, name) class* this = (class*)(((char*)name)-2*sizeof(void*))
 #define _ICOM_THIS_From_IConnectionPointContainer(class, name) class* this = (class*)(((char*)name)-3*sizeof(void*))


More information about the wine-patches mailing list