comcat/tests: Cast-qual warnings fix.
This commit is contained in:
parent
581321d420
commit
70797560b7
|
@ -65,14 +65,14 @@ static void do_enum(void)
|
|||
GUID wanted_guid;
|
||||
ULONG fetched = -1;
|
||||
|
||||
static const WCHAR szCatID[] = {
|
||||
static 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 const WCHAR szGuid[] = {
|
||||
static WCHAR szGuid[] = {
|
||||
'{',
|
||||
'd','e','a','d','c','a','f','e','-',
|
||||
'b','e','e','d','-',
|
||||
|
|
Loading…
Reference in New Issue