comcat/tests: Constify some character strings.

This commit is contained in:
Frédéric Delanoy 2013-12-21 14:32:20 +01:00 committed by Alexandre Julliard
parent c2d0907923
commit 4ef6d4a6ad
1 changed files with 3 additions and 3 deletions

View File

@ -65,15 +65,15 @@ static void do_enum(void)
GUID the_cat[1];
GUID wanted_guid;
ULONG fetched = -1;
static WCHAR szCatID[] = {
static const WCHAR szCatID[] = {
'{',
'd','e','a','d','c','a','f','e',
'-','0','0','0','0','-','0','0','0','0',
'-','0','0','0','0',
'-','0','0','0','0','0','0','0','0','0','0','0','0',
'}',0};
static WCHAR szGuid[] = {
static const WCHAR szGuid[] = {
'{',
'd','e','a','d','c','a','f','e','-',
'b','e','e','d','-',