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;
|
GUID wanted_guid;
|
||||||
ULONG fetched = -1;
|
ULONG fetched = -1;
|
||||||
|
|
||||||
static const WCHAR szCatID[] = {
|
static WCHAR szCatID[] = {
|
||||||
'{',
|
'{',
|
||||||
'd','e','a','d','c','a','f','e',
|
'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','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','-',
|
'd','e','a','d','c','a','f','e','-',
|
||||||
'b','e','e','d','-',
|
'b','e','e','d','-',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user