Add an extra class to register.
authorPaul Vriens <Paul.Vriens@xs4all.nl>
Tue, 11 Jan 2005 15:44:42 +0000 (15:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Jan 2005 15:44:42 +0000 (15:44 +0000)
dlls/quartz/regsvr.c

index 12eb5b2e4632787090d29b18a8ffe95bf74899f2..6d5a46deb8f8d084b9c6dadaf4ee9e5290b5360c 100644 (file)
@@ -895,6 +895,12 @@ static struct regsvr_coclass const coclass_list[] = {
        "quartz.dll",
        "Both"
     },
+    {   &CLSID_SeekingPassThru,
+       "Seeking",
+       NULL,
+       "quartz.dll",
+       "Both"
+    },
     { NULL }                   /* list terminator */
 };