Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
0d203bd7
Commit
0d203bd7
authored
Feb 27, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync some of the dll registrations with the contents of
winedefault.reg.
parent
8887d74b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
2 deletions
+25
-2
regsvr.c
dlls/comcat/regsvr.c
+1
-1
regsvr.c
dlls/dmime/regsvr.c
+8
-0
regsvr.c
dlls/dmstyle/regsvr.c
+8
-0
regsvr.c
dlls/ole32/regsvr.c
+1
-1
regsvr.c
dlls/shell32/regsvr.c
+7
-0
No files found.
dlls/comcat/regsvr.c
View file @
0d203bd7
...
...
@@ -398,7 +398,7 @@ static LONG recursive_delete_key(HKEY key)
*/
static
struct
regsvr_coclass
const
coclass_list
[]
=
{
{
&
CLSID_StdComponentCategoriesMgr
,
"
StdComponentCategoriesMg
r"
,
"
Component Categories Manage
r"
,
NULL
,
"comcat.dll"
,
"Both"
...
...
dlls/dmime/regsvr.c
View file @
0d203bd7
...
...
@@ -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
,
...
...
dlls/dmstyle/regsvr.c
View file @
0d203bd7
...
...
@@ -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 */
};
...
...
dlls/ole32/regsvr.c
View file @
0d203bd7
...
...
@@ -500,7 +500,7 @@ static struct regsvr_interface const interface_list[] = {
},
{
&
IID_IPersistStorage
,
"IPersistStorage"
,
NULL
,
&
IID_IPersist
,
10
,
NULL
,
&
CLSID_PSFactoryBuffer
...
...
dlls/shell32/regsvr.c
View file @
0d203bd7
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment