On Sat, Sep 1, 2018 at 2:01 PM Liu Hao <lh_mo...@126.com> wrote: > 在 2018/9/1 18:21, Nikolay Sivov 写道: > > Signed-off-by: Nikolay Sivov <nsi...@codeweavers.com> > > --- > > @@ -1426,7 +1419,7 @@ DECLARE_INTERFACE_(IDWriteInlineObject,IUnknown) > > > > #undef INTERFACE > > #define INTERFACE IDWriteLocalFontFileLoader > > -DECLARE_INTERFACE_(IDWriteLocalFontFileLoader,IUnknown) > > +DECLARE_INTERFACE_(IDWriteLocalFontFileLoader,IDWriteFontFileLoader) > > { > > BEGIN_INTERFACE > > > > @@ -1437,10 +1430,13 @@ > DECLARE_INTERFACE_(IDWriteLocalFontFileLoader,IUnknown) > > STDMETHOD_(ULONG, Release)(THIS) PURE; > > #endif > > > > + /* IDWriteFontFileLoader methods */ > > + STDMETHOD(CreateStreamFromKey(THIS_ const void > *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,IDWriteFontFileStream > **fileStream) PURE; > > + > > Shouldn't this be moved inside the `__cplusplus` clause above ? >
Yes, it should, I'll send a fix. Thanks. > > > /* IDWriteLocalFontFileLoader methods */ > > - STDMETHOD_(HRESULT,GetFilePathLengthFromKey)(THIS_ const void > *fontFileReferenceKey,UINT32 fontFileReferenceKeySize,UINT32 > *filePathLength) PURE; > > > > -- > Best regards, > LH_Mouse > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public