Sync some of the dll registrations with the contents of
winedefault.reg.
This commit is contained in:
parent
8887d74bbf
commit
0d203bd7ee
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue