Ignore:
Timestamp:
Aug 23, 1999, 12:52:05 AM (26 years ago)
Author:
sandervl
Message:

Updated Wine headers

File:
1 edited

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 $ */
    21/*
    32 * Defines the COM interfaces and APIs related to OLE font support.
     
    1110#include "wine/obj_base.h"
    1211#include "wingdi.h"     /* TEXTMETRIC*/
     12
     13#ifdef __cplusplus
     14extern "C" {
     15#endif /* defined(__cplusplus) */
    1316
    1417/*****************************************************************************
     
    5356  ICOM_METHOD1(HRESULT, SetHdc, HDC, hdc)     
    5457#define IFont_IMETHODS \
    55   ICOM_INHERITS(IFont,IUnknown)
     58        IUnknown_IMEHTODS \
     59        IFont_METHODS
    5660ICOM_DEFINE(IFont,IUnknown)
    5761#undef ICOM_INTERFACE
     
    114118#endif
    115119
     120#ifdef __cplusplus
     121} /* extern "C" */
     122#endif /* defined(__cplusplus) */
    116123
    117124#endif /* __WINE_WINE_OBJ_OLEFONT_H */
Note: See TracChangeset for help on using the changeset viewer.