Francois Gouget : d3dx9_36: Make d3dx_decltype_size[] static.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 17 11:01:58 CDT 2015


Module: wine
Branch: master
Commit: 3266ff8ab2dcdb81d29a758b85a98895297dca2e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3266ff8ab2dcdb81d29a758b85a98895297dca2e

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar 16 18:58:56 2015 +0100

d3dx9_36: Make d3dx_decltype_size[] static.

---

 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),




More information about the wine-cvs mailing list