Commit d08a1da2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d2d1: Remove WINAPI on static functions where not needed.

parent a5612e02
......@@ -672,7 +672,7 @@ static void STDMETHODCALLTYPE d2d_d3d_render_target_DrawGeometry(ID2D1RenderTarg
iface, geometry, brush, stroke_width, stroke_style);
}
static void STDMETHODCALLTYPE d2d_rt_fill_geometry(struct d2d_d3d_render_target *render_target,
static void d2d_rt_fill_geometry(struct d2d_d3d_render_target *render_target,
const struct d2d_geometry *geometry, struct d2d_brush *brush, struct d2d_brush *opacity_brush)
{
ID3D10Buffer *ib, *vb, *vs_cb, *ps_cb;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment