Commit 84ee90dc authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

advpack: Constify some variables.

parent f2276f5a
......@@ -996,8 +996,8 @@ HRESULT WINAPI GetVersionFromFileExW(LPCWSTR lpszFilename, LPDWORD pdwMSVer,
BOOL bFileCopied = FALSE;
UINT uValueLen;
static WCHAR backslash[] = {'\\',0};
static WCHAR translation[] = {
static const WCHAR backslash[] = {'\\',0};
static const WCHAR translation[] = {
'\\','V','a','r','F','i','l','e','I','n','f','o',
'\\','T','r','a','n','s','l','a','t','i','o','n',0
};
......
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