Remove bogus #define statement.

This commit is contained in:
Francois Gouget 2004-09-07 19:33:23 +00:00 committed by Alexandre Julliard
parent 5344d70c16
commit 508d51e69c
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ struct OLEFontImpl
* 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*))