Commit 70797560 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

comcat/tests: Cast-qual warnings fix.

parent 581321d4
......@@ -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','-',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment