OSDN Git Service

2008-09-07 alsemm <alsemm@users.sourceforge.net>
authorironhead <ironhead>
Sun, 7 Sep 2008 17:11:49 +0000 (17:11 +0000)
committerironhead <ironhead>
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 7626449..a3ed3c9 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 b09066d..17a1f50 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