http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5620637
)
Add an extra class to register.
author
Paul Vriens
<Paul.Vriens@xs4all.nl>
Tue, 11 Jan 2005 15:44:42 +0000
(15:44 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 11 Jan 2005 15:44:42 +0000
(15:44 +0000)
dlls/quartz/regsvr.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/quartz/regsvr.c
b/dlls/quartz/regsvr.c
index 12eb5b2e4632787090d29b18a8ffe95bf74899f2..6d5a46deb8f8d084b9c6dadaf4ee9e5290b5360c 100644
(file)
--- a/
dlls/quartz/regsvr.c
+++ b/
dlls/quartz/regsvr.c
@@
-895,6
+895,12
@@
static struct regsvr_coclass const coclass_list[] = {
"quartz.dll",
"Both"
},
+ { &CLSID_SeekingPassThru,
+ "Seeking",
+ NULL,
+ "quartz.dll",
+ "Both"
+ },
{ NULL } /* list terminator */
};