[PATCH 2/2] d3dx9/tests: Make the pixels array static.

Matteo Bruni mbruni at codeweavers.com
Mon Aug 5 13:51:14 CDT 2019


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
 dlls/d3dx9_36/tests/surface.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dx9_36/tests/surface.c b/dlls/d3dx9_36/tests/surface.c
index a43072ff1f4..4a10492a08f 100644
--- a/dlls/d3dx9_36/tests/surface.c
+++ b/dlls/d3dx9_36/tests/surface.c
@@ -1403,7 +1403,7 @@ static void test_D3DXSaveSurfaceToFileInMemory(IDirect3DDevice9 *device)
 
 static void test_D3DXSaveSurfaceToFile(IDirect3DDevice9 *device)
 {
-    const BYTE pixels[] =
+    static const BYTE pixels[] =
             {0xff, 0x00, 0x00, 0x00, 0xff, 0x00,
              0x00, 0x00, 0xff, 0x00, 0x00, 0xff,};
     DWORD pitch = sizeof(pixels) / 2;
-- 
2.21.0




More information about the wine-devel mailing list