2008-09-07 alsemm <alsemm@users.sourceforge.net>

* include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
This commit is contained in:
Chris Sutcliffe 2008-09-07 17:11:49 +00:00
parent ee1482b2de
commit daa52c3509
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-09-07 alsemm <alsemm@users.sourceforge.net>
* include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2008-09-07 Danny Smith <dannysmith@users.sourceforge.net>
* include/ws2tcpip.h (IPV6_MREQ): Fix typo.

View File

@ -239,9 +239,9 @@ DECLARE_INTERFACE_(IMLangFontLink,IMLangCodePages)
STDMETHOD(CodePageToCodePages)(THIS_ UINT,DWORD*) PURE;
STDMETHOD(CodePagesToCodePage)(THIS_ DWORD,UINT,UINT*) PURE;
STDMETHOD(GetFontCodePages)(THIS_ HDC,HFONT,DWORD*) PURE;
STDMETHOD(MapFont)(THIS_ HDC,DWORD,HFONT,HFONT*) PURE;
STDMETHOD(ReleaseFont)(THIS_ HFONT) PURE;
STDMETHOD(ResetFontMapping)(THIS) PURE;
STDMETHOD(MapFont)(THIS_ HDC,DWORD,WCHAR,HFONT*) PURE;
};
#undef INTERFACE