include: Fix ID2D1DCRenderTarget definition.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
73f50876ac
commit
37b496d65f
|
@ -1160,7 +1160,7 @@ interface ID2D1DCRenderTarget : ID2D1RenderTarget
|
||||||
{
|
{
|
||||||
HRESULT BindDC(
|
HRESULT BindDC(
|
||||||
[in] const HDC dc,
|
[in] const HDC dc,
|
||||||
[in] const RECT rect
|
[in] const RECT *rect
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue