Ignore:
Timestamp:
Sep 15, 2001, 11:58:36 AM (24 years ago)
Author:
sandervl
Message:

header updates

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:09 sandervl Exp $ */
     1/* $Id: obj_olefont.h,v 1.6 2001-09-15 09:58:36 sandervl Exp $ */
    22/*
    33 * Defines the COM interfaces and APIs related to OLE font support.
     
    1010
    1111#include "wine/obj_base.h"
     12#include "wine/obj_oleaut.h"
    1213#include "wingdi.h"     /* TEXTMETRIC*/
    1314
     
    5758  ICOM_METHOD1(HRESULT, SetHdc, HDC, hdc)     
    5859#define IFont_IMETHODS \
    59         IUnknown_IMEHTODS \
     60        IUnknown_IMETHODS \
    6061        IFont_METHODS
    6162ICOM_DEFINE(IFont,IUnknown)
     
    101102#define IFontDisp_METHODS
    102103#define IFontDisp_IMETHODS \
    103   IUnknown_IMETHODS \
     104        IUnknown_IMETHODS \
    104105        IFontDisp_METHODS
    105106ICOM_DEFINE(IFontDisp,IDispatch)
Note: See TracChangeset for help on using the changeset viewer.