advpack: Constify some variables.
This commit is contained in:
parent
f2276f5a49
commit
84ee90dcb5
|
@ -996,8 +996,8 @@ HRESULT WINAPI GetVersionFromFileExW(LPCWSTR lpszFilename, LPDWORD pdwMSVer,
|
||||||
BOOL bFileCopied = FALSE;
|
BOOL bFileCopied = FALSE;
|
||||||
UINT uValueLen;
|
UINT uValueLen;
|
||||||
|
|
||||||
static WCHAR backslash[] = {'\\',0};
|
static const WCHAR backslash[] = {'\\',0};
|
||||||
static WCHAR translation[] = {
|
static const WCHAR translation[] = {
|
||||||
'\\','V','a','r','F','i','l','e','I','n','f','o',
|
'\\','V','a','r','F','i','l','e','I','n','f','o',
|
||||||
'\\','T','r','a','n','s','l','a','t','i','o','n',0
|
'\\','T','r','a','n','s','l','a','t','i','o','n',0
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue