shlwapi: Cast-qual warnings fix.

This commit is contained in:
Paul Vriens 2006-10-10 14:27:58 +02:00 committed by Alexandre Julliard
parent f2a294f3d2
commit b5728948d5
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ static SHCopyKeyA_func pSHCopyKeyA;
typedef DWORD (WINAPI *SHRegGetPathA_func)(HKEY,LPCSTR,LPCSTR,LPSTR,DWORD);
static SHRegGetPathA_func pSHRegGetPathA;
static const char * sTestpath1 = "%LONGSYSTEMVAR%\\subdir1";
static const char * sTestpath2 = "%FOO%\\subdir1";
static char sTestpath1[] = "%LONGSYSTEMVAR%\\subdir1";
static char sTestpath2[] = "%FOO%\\subdir1";
static const char * sEnvvar1 = "bar";
static const char * sEnvvar2 = "ImARatherLongButIndeedNeededString";