Commit 8b8af4be authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Make wined3d_arbfp_blit_rb_functions static.

parent 0ef760ef
...@@ -6791,7 +6791,7 @@ static void arbfp_free_blit_shader(struct wine_rb_entry *entry, void *context) ...@@ -6791,7 +6791,7 @@ static void arbfp_free_blit_shader(struct wine_rb_entry *entry, void *context)
HeapFree(GetProcessHeap(), 0, entry_arb); HeapFree(GetProcessHeap(), 0, entry_arb);
} }
const struct wine_rb_functions wined3d_arbfp_blit_rb_functions = static const struct wine_rb_functions wined3d_arbfp_blit_rb_functions =
{ {
wined3d_rb_alloc, wined3d_rb_alloc,
wined3d_rb_realloc, wined3d_rb_realloc,
......
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