hlink/tests: Constify some character strings.

oldstable
Frédéric Delanoy 2013-12-21 14:32:25 +01:00 committed by Alexandre Julliard
parent cc97a2385a
commit 4849e57866
1 changed files with 2 additions and 2 deletions

View File

@ -1719,8 +1719,8 @@ static void test_HashLink(void)
}
}
static WCHAR site_monikerW[] = {'S','I','T','E','_','M','O','N','I','K','E','R',0};
static WCHAR ref_monikerW[] = {'R','E','F','_','M','O','N','I','K','E','R',0};
static const WCHAR site_monikerW[] = {'S','I','T','E','_','M','O','N','I','K','E','R',0};
static const WCHAR ref_monikerW[] = {'R','E','F','_','M','O','N','I','K','E','R',0};
static HRESULT WINAPI hls_test_Moniker_BindToStorage(IMoniker *iface,
IBindCtx *pbc, IMoniker *toLeft, REFIID riid, void **obj)