[QUARTZ] Get rid of a CLSID fixme

Paul Vriens Paul.Vriens at xs4all.nl
Tue Jan 11 06:50:19 CST 2005


Hi,

just needed an extra CLSID in the registry to avoid some fixme's:

fixme:ole:CoCreateInstance no classfactory created for CLSID
{060af76c-68dd-11d0-8fc1-00c04fd9189d}

Changelog:
 Add an extra class to register.

Cheers,

Paul.

Index: dlls/quartz/regsvr.c
===================================================================
RCS file: /home/wine/wine/dlls/quartz/regsvr.c,v
retrieving revision 1.14
diff -u -r1.14 regsvr.c
--- dlls/quartz/regsvr.c        9 Jan 2005 17:28:07 -0000       1.14
+++ dlls/quartz/regsvr.c        11 Jan 2005 12:46:49 -0000
@@ -895,6 +895,12 @@
        "quartz.dll",
        "Both"
     },
+    {   &CLSID_SeekingPassThru,
+       "Seeking",
+       NULL,
+       "quartz.dll",
+       "Both"
+    },
     { NULL }                   /* list terminator */
 };




More information about the wine-patches mailing list