Re: [1/4] dwrite: Added IDWriteFont stub
6 Aug
2012
6 Aug
'12
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.
4966
Age (days ago)
4966
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov