advpack: backup should be a const string.
This commit is contained in:
parent
c56eec22e2
commit
319cac4c1f
|
@ -59,7 +59,8 @@ HRESULT WINAPI AddDelBackupEntryA(LPCSTR lpcszFileList, LPCSTR lpcszBackupDir,
|
|||
LPCSTR lpcszBaseName, DWORD dwFlags)
|
||||
{
|
||||
UNICODE_STRING backupdir, basename;
|
||||
LPWSTR filelist, backup;
|
||||
LPWSTR filelist;
|
||||
LPCWSTR backup;
|
||||
HRESULT res;
|
||||
|
||||
TRACE("(%s, %s, %s, %ld)\n", debugstr_a(lpcszFileList),
|
||||
|
|
Loading…
Reference in New Issue