advpack: Constify some variables.

This commit is contained in:
Andrew Talbot 2008-06-18 23:32:00 +01:00 committed by Alexandre Julliard
parent f2276f5a49
commit 84ee90dcb5
1 changed files with 2 additions and 2 deletions

View File

@ -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
};