d3dx9_36: Make d3dx_decltype_size[] static.

Francois Gouget fgouget at free.fr
Mon Mar 16 12:58:56 CDT 2015


---
 dlls/d3dx9_36/mesh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dx9_36/mesh.c b/dlls/d3dx9_36/mesh.c
index 6f268f2..b1a1a76 100644
--- a/dlls/d3dx9_36/mesh.c
+++ b/dlls/d3dx9_36/mesh.c
@@ -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),
-- 
2.1.4




More information about the wine-patches mailing list