Module: wine Branch: master Commit: 70797560b7b70e2ee0ab2372973ed8fb65ecaba5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=70797560b7b70e2ee0ab237297...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon Dec 4 20:29:24 2006 +0000
comcat/tests: Cast-qual warnings fix.
---
dlls/comcat/tests/comcat.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
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 @@ 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','-',