]> sourceware.org Git - newlib-cygwin.git/commitdiff
2008-09-07 alsemm <alsemm@users.sourceforge.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sun, 7 Sep 2008 17:11:49 +0000 (17:11 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sun, 7 Sep 2008 17:11:49 +0000 (17:11 +0000)
        * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.

winsup/w32api/ChangeLog
winsup/w32api/include/mlang.h

index 762644931b2d8c22c865e34a3a111b25ddad4fd5..a3ed3c99bc0fcc914df80b5d27ee8b5c26bf153f 100644 (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.
index b09066d60de7b1f18f1819f035115fe71d7ed2d0..17a1f501ecd802a053e6127df52f660c95e8fbfd 100755 (executable)
@@ -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
 
This page took 0.041149 seconds and 5 git commands to generate.