Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-09-07 21:11:49 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-09-07 21:11:49 +0400
commitdaa52c3509768a35ea0cac8628d4c03c52e23565 (patch)
tree3b3a07726fdd31f0e062d345202c947ed981fb6d /winsup
parentee1482b2decbab07f5ce56986270212872f11130 (diff)
2008-09-07 alsemm <alsemm@users.sourceforge.net>
* include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog4
-rwxr-xr-xwinsup/w32api/include/mlang.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 762644931..a3ed3c99b 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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.
diff --git a/winsup/w32api/include/mlang.h b/winsup/w32api/include/mlang.h
index b09066d60..17a1f501e 100755
--- a/winsup/w32api/include/mlang.h
+++ b/winsup/w32api/include/mlang.h
@@ -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