Add an extra class to register.

This commit is contained in:
Paul Vriens 2005-01-11 15:44:42 +00:00 committed by Alexandre Julliard
parent 56206376b8
commit 8dd96b170e
1 changed files with 6 additions and 0 deletions

View 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 */
};