[janitor] dlls/quartz -Wwrite-strings cleanup

Daniel Marmier d.marmier at bluewin.ch
Tue Oct 7 14:28:53 CDT 2003


Fixed warnings with gcc option "-Wwrite-strings".

-------------- next part --------------
Index: dlls/quartz/main.c
===================================================================
RCS file: /home/wine/wine/dlls/quartz/main.c,v
retrieving revision 1.29
diff -u -r1.29 main.c
--- dlls/quartz/main.c	11 Sep 2003 21:18:36 -0000	1.29
+++ dlls/quartz/main.c	7 Oct 2003 19:16:22 -0000
@@ -202,7 +202,7 @@
 
 static struct {
 	const GUID	riid;
-	char 	*name;
+	const char 	*name;
 } InterfaceDesc[] =
 {
     #define OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \


More information about the wine-patches mailing list