2008-09-07 alsemm <alsemm@users.sourceforge.net>
* include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
This commit is contained in:
parent
ee1482b2de
commit
daa52c3509
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue