Changeset 6715 for trunk/include/win/wine/obj_olefont.h
- Timestamp:
- Sep 15, 2001, 11:58:36 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_olefont.h
r641 r6715 1 /* $Id: obj_olefont.h,v 1. 5 1999-08-22 22:52:09sandervl Exp $ */1 /* $Id: obj_olefont.h,v 1.6 2001-09-15 09:58:36 sandervl Exp $ */ 2 2 /* 3 3 * Defines the COM interfaces and APIs related to OLE font support. … … 10 10 11 11 #include "wine/obj_base.h" 12 #include "wine/obj_oleaut.h" 12 13 #include "wingdi.h" /* TEXTMETRIC*/ 13 14 … … 57 58 ICOM_METHOD1(HRESULT, SetHdc, HDC, hdc) 58 59 #define IFont_IMETHODS \ 59 IUnknown_IME HTODS \60 IUnknown_IMETHODS \ 60 61 IFont_METHODS 61 62 ICOM_DEFINE(IFont,IUnknown) … … 101 102 #define IFontDisp_METHODS 102 103 #define IFontDisp_IMETHODS \ 103 IUnknown_IMETHODS \104 IUnknown_IMETHODS \ 104 105 IFontDisp_METHODS 105 106 ICOM_DEFINE(IFontDisp,IDispatch)
Note:
See TracChangeset
for help on using the changeset viewer.