comcat: Cast-qual warning fix (Try 2)

Andrew Talbot Andrew.Talbot at talbotville.com
Fri Jul 20 15:36:36 CDT 2007


Changelog:
    comcat: Cast-qual warning fix.

diff -urN a/dlls/comcat/information.c b/dlls/comcat/information.c
--- a/dlls/comcat/information.c	2007-04-03 12:49:55.000000000 +0100
+++ b/dlls/comcat/information.c	2007-07-20 18:38:50.000000000 +0100
@@ -608,7 +608,7 @@
 {
     const IEnumGUIDVtbl *lpVtbl;
     LONG  ref;
-    const struct class_categories *categories;
+    struct class_categories *categories;
     HKEY  key;
     DWORD next_index;
 } CLSID_IEnumGUIDImpl;



More information about the wine-patches mailing list