comcat/tests: Constify some character strings.
This commit is contained in:
parent
c2d0907923
commit
4ef6d4a6ad
|
@ -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','-',
|
||||
|
|
Loading…
Reference in New Issue