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) ...@@ -398,7 +398,7 @@ static LONG recursive_delete_key(HKEY key)
*/ */
static struct regsvr_coclass const coclass_list[] = { static struct regsvr_coclass const coclass_list[] = {
{ &CLSID_StdComponentCategoriesMgr, { &CLSID_StdComponentCategoriesMgr,
"StdComponentCategoriesMgr", "Component Categories Manager",
NULL, NULL,
"comcat.dll", "comcat.dll",
"Both" "Both"
......
...@@ -501,6 +501,14 @@ static struct regsvr_coclass const coclass_list[] = { ...@@ -501,6 +501,14 @@ static struct regsvr_coclass const coclass_list[] = {
"Microsoft.DirectMusicSegmentState.1", "Microsoft.DirectMusicSegmentState.1",
"Microsoft.DirectMusicSegmentState" "Microsoft.DirectMusicSegmentState"
}, },
{ &CLSID_DirectMusicSong,
"DirectMusicSong",
NULL,
"dmime.dll",
"Both",
"Microsoft.DirectMusicSong.1",
"Microsoft.DirectMusicSong"
},
{ &CLSID_DirectMusicGraph, { &CLSID_DirectMusicGraph,
"DirectMusicGraph", "DirectMusicGraph",
NULL, NULL,
......
...@@ -541,6 +541,14 @@ static struct regsvr_coclass const coclass_list[] = { ...@@ -541,6 +541,14 @@ static struct regsvr_coclass const coclass_list[] = {
"Microsoft.DirectMusicMuteTrack.1", "Microsoft.DirectMusicMuteTrack.1",
"Microsoft.DirectMusicMuteTrack" "Microsoft.DirectMusicMuteTrack"
}, },
{ &CLSID_DirectMusicMelodyFormulationTrack,
"DirectMusicMelodyFormulationTrack",
NULL,
"dmstyle.dll",
"Both",
"Microsoft.DirectMusicMelodyFormulationTrack.1",
"Microsoft.DirectMusicMelodyFormulationTrack"
},
{ NULL } /* list terminator */ { NULL } /* list terminator */
}; };
......
...@@ -500,7 +500,7 @@ static struct regsvr_interface const interface_list[] = { ...@@ -500,7 +500,7 @@ static struct regsvr_interface const interface_list[] = {
}, },
{ &IID_IPersistStorage, { &IID_IPersistStorage,
"IPersistStorage", "IPersistStorage",
NULL, &IID_IPersist,
10, 10,
NULL, NULL,
&CLSID_PSFactoryBuffer &CLSID_PSFactoryBuffer
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "winerror.h" #include "winerror.h"
#include "ole2.h" #include "ole2.h"
#include "shlguid.h"
#include "wine/debug.h" #include "wine/debug.h"
...@@ -475,6 +476,12 @@ static struct regsvr_coclass const coclass_list[] = { ...@@ -475,6 +476,12 @@ static struct regsvr_coclass const coclass_list[] = {
"shell32.dll", "shell32.dll",
"Apartment" "Apartment"
}, },
{ &CLSID_MyComputer,
"My Computer",
NULL,
"shell32.dll",
"Apartment"
},
{ &CLSID_Shortcut, { &CLSID_Shortcut,
"Shortcut", "Shortcut",
NULL, 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