comcat/tests: Cast-qual warnings fix.
diff --git a/dlls/comcat/tests/comcat.c b/dlls/comcat/tests/comcat.c
index 798d22c..914cbe8 100644
--- a/dlls/comcat/tests/comcat.c
+++ b/dlls/comcat/tests/comcat.c
@@ -65,14 +65,14 @@
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','-',