Commit 3724e9c4 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Avoid a GCC 8 warning.

parent ce09e564
......@@ -226,7 +226,7 @@ struct recorded_instruction
struct shader_arb_ctx_priv
{
char addr_reg[20];
char addr_reg[50];
enum
{
/* plain GL_ARB_vertex_program or GL_ARB_fragment_program */
......
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