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
c6f74a49
Commit
c6f74a49
authored
Sep 25, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Fix a couple of interface registrations to match Windows.
parent
72faaf12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
regsvr.c
dlls/oleaut32/regsvr.c
+6
-6
No files found.
dlls/oleaut32/regsvr.c
View file @
c6f74a49
...
...
@@ -594,11 +594,11 @@ static struct regsvr_interface const interface_list[] = {
&
CLSID_PSFactoryBuffer
},
{
&
IID_IFontEventsDisp
,
"
IFontEventsDisp
"
,
"
FontEvents
"
,
NULL
,
7
,
NULL
,
&
CLSID_PS
FactoryBuffer
&
CLSID_PS
Dispatch
},
{
&
IID_IPropertyBag
,
"IPropertyBag"
,
...
...
@@ -629,11 +629,11 @@ static struct regsvr_interface const interface_list[] = {
&
CLSID_PSFactoryBuffer
},
{
&
IID_IPictureDisp
,
"
IPictureDisp
"
,
"
Picture
"
,
NULL
,
7
,
NULL
,
&
CLSID_PS
FactoryBuffer
&
CLSID_PS
Dispatch
},
{
&
IID_IPersistStreamInit
,
"IPersistStreamInit"
,
...
...
@@ -783,11 +783,11 @@ static struct regsvr_interface const interface_list[] = {
&
CLSID_PSFactoryBuffer
},
{
&
IID_IFontDisp
,
"
IFontDisp
"
,
"
Font
"
,
NULL
,
7
,
NULL
,
&
CLSID_PS
FactoryBuffer
&
CLSID_PS
Dispatch
},
{
&
IID_IQuickActivate
,
"IQuickActivate"
,
...
...
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