Changeset 640 for trunk/include/win/wine/obj_olefont.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/win/wine/obj_olefont.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_olefont.h
r94 r640 1 /* $Id: obj_olefont.h,v 1.3 1999-06-10 16:21:55 achimha Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to OLE font support. … … 11 10 #include "wine/obj_base.h" 12 11 #include "wingdi.h" /* TEXTMETRIC*/ 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif /* defined(__cplusplus) */ 13 16 14 17 /***************************************************************************** … … 53 56 ICOM_METHOD1(HRESULT, SetHdc, HDC, hdc) 54 57 #define IFont_IMETHODS \ 55 ICOM_INHERITS(IFont,IUnknown) 58 IUnknown_IMEHTODS \ 59 IFont_METHODS 56 60 ICOM_DEFINE(IFont,IUnknown) 57 61 #undef ICOM_INTERFACE … … 114 118 #endif 115 119 120 #ifdef __cplusplus 121 } /* extern "C" */ 122 #endif /* defined(__cplusplus) */ 116 123 117 124 #endif /* __WINE_WINE_OBJ_OLEFONT_H */
Note:
See TracChangeset
for help on using the changeset viewer.
