Commit 3266ff8a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3dx9_36: Make d3dx_decltype_size[] static.

parent f289bab0
......@@ -69,7 +69,7 @@ struct d3dx9_mesh
D3DXATTRIBUTERANGE *attrib_table;
};
const UINT d3dx_decltype_size[] =
static const UINT d3dx_decltype_size[] =
{
/* D3DDECLTYPE_FLOAT1 */ sizeof(FLOAT),
/* D3DDECLTYPE_FLOAT2 */ sizeof(D3DXVECTOR2),
......
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