Re: [1/4] dwrite: Added IDWriteFont stub
Aug. 6, 2012
3:02 a.m.
Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
+static IDWriteFontVtbl dwritefontvtbl = { + dwritefont_QueryInterface, + dwritefont_AddRef, + dwritefont_Release,
Vtables should be 'const' (here and in other places). -- Dmitry.
5070
Age (days ago)
5070
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov