[PATCH] windowscodecs: Make constant 'valuename_format' static

Alex Henrie alexhenrie24 at gmail.com
Sun Dec 2 17:06:08 CST 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/windowscodecs/regsvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/windowscodecs/regsvr.c b/dlls/windowscodecs/regsvr.c
index b011d71645..3f53591552 100644
--- a/dlls/windowscodecs/regsvr.c
+++ b/dlls/windowscodecs/regsvr.c
@@ -1032,10 +1032,10 @@ static HRESULT register_pixelformats(struct regsvr_pixelformat const *list)
         if (res != ERROR_SUCCESS) goto error_close_clsid_key;
 
         if (list->channelmasks) {
+            static const WCHAR valuename_format[] = {'%','d',0};
             HKEY masks_key;
             UINT i, mask_size;
             WCHAR mask_valuename[11];
-            const WCHAR valuename_format[] = {'%','d',0};
 
             mask_size = (list->bitsperpixel + 7)/8;
 
-- 
2.19.2




More information about the wine-devel mailing list