1 #ifndef __WINE_OLECTL_H
2 #define __WINE_OLECTL_H
7 #define WINOLECTLAPI INT WINAPI
10 * FONTDESC is used as an OLE encapsulation of the GDI fonts
12 typedef struct tagFONTDESC
{
21 } FONTDESC
, *LPFONTDESC
;
23 WINOLECTLAPI
OleCreateFontIndirect(LPFONTDESC lpFontDesc
, REFIID riid
, VOID
** ppvObj
);
25 #endif /* __WINE_OLECTL_H */