[1/4] dwrite: Added IDWriteFont stub

Dmitry Timoshkov dmitry at baikal.ru
Sun Aug 5 21:02:31 CDT 2012


Nikolay Sivov <nsivov at codeweavers.com> wrote:

> +static IDWriteFontVtbl dwritefontvtbl = {
> +    dwritefont_QueryInterface,
> +    dwritefont_AddRef,
> +    dwritefont_Release,

Vtables should be 'const' (here and in other places).

-- 
Dmitry.



More information about the wine-devel mailing list