mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
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…
x
Reference in New Issue
Block a user