Commit 0d203bd7 authored by Alexandre Julliard's avatar Alexandre Julliard

Sync some of the dll registrations with the contents of

winedefault.reg.
parent 8887d74b
......@@ -398,7 +398,7 @@ static LONG recursive_delete_key(HKEY key)
*/
static struct regsvr_coclass const coclass_list[] = {
{ &CLSID_StdComponentCategoriesMgr,
"StdComponentCategoriesMgr",
"Component Categories Manager",
NULL,
"comcat.dll",
"Both"
......
......@@ -501,6 +501,14 @@ static struct regsvr_coclass const coclass_list[] = {
"Microsoft.DirectMusicSegmentState.1",
"Microsoft.DirectMusicSegmentState"
},
{ &CLSID_DirectMusicSong,
"DirectMusicSong",
NULL,
"dmime.dll",
"Both",
"Microsoft.DirectMusicSong.1",
"Microsoft.DirectMusicSong"
},
{ &CLSID_DirectMusicGraph,
"DirectMusicGraph",
NULL,
......
......@@ -541,6 +541,14 @@ static struct regsvr_coclass const coclass_list[] = {
"Microsoft.DirectMusicMuteTrack.1",
"Microsoft.DirectMusicMuteTrack"
},
{ &CLSID_DirectMusicMelodyFormulationTrack,
"DirectMusicMelodyFormulationTrack",
NULL,
"dmstyle.dll",
"Both",
"Microsoft.DirectMusicMelodyFormulationTrack.1",
"Microsoft.DirectMusicMelodyFormulationTrack"
},
{ NULL } /* list terminator */
};
......
......@@ -500,7 +500,7 @@ static struct regsvr_interface const interface_list[] = {
},
{ &IID_IPersistStorage,
"IPersistStorage",
NULL,
&IID_IPersist,
10,
NULL,
&CLSID_PSFactoryBuffer
......
......@@ -28,6 +28,7 @@
#include "winerror.h"
#include "ole2.h"
#include "shlguid.h"
#include "wine/debug.h"
......@@ -475,6 +476,12 @@ static struct regsvr_coclass const coclass_list[] = {
"shell32.dll",
"Apartment"
},
{ &CLSID_MyComputer,
"My Computer",
NULL,
"shell32.dll",
"Apartment"
},
{ &CLSID_Shortcut,
"Shortcut",
NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment