From 70797560b7b70e2ee0ab2372973ed8fb65ecaba5 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Mon, 4 Dec 2006 20:29:24 +0000 Subject: [PATCH] comcat/tests: Cast-qual warnings fix. --- dlls/comcat/tests/comcat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/comcat/tests/comcat.c b/dlls/comcat/tests/comcat.c index 798d22c52ce..914cbe8b2a2 100644 --- a/dlls/comcat/tests/comcat.c +++ b/dlls/comcat/tests/comcat.c @@ -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','-', -- 2.11.4.GIT