Remove bogus #define statement.
This commit is contained in:
parent
5344d70c16
commit
508d51e69c
|
@ -104,7 +104,6 @@ struct OLEFontImpl
|
||||||
* There is a version to accomodate all of the VTables implemented
|
* There is a version to accomodate all of the VTables implemented
|
||||||
* by this object.
|
* 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_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_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*))
|
#define _ICOM_THIS_From_IConnectionPointContainer(class, name) class* this = (class*)(((char*)name)-3*sizeof(void*))
|
||||||
|
|
Loading…
Reference in New Issue