Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
6b7c7467
Commit
6b7c7467
authored
Nov 30, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Use widl to generate the coclasses registrations.
parent
335282f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
21 deletions
+24
-21
oleaut32.rgs
dlls/oleaut32/oleaut32.rgs
+0
-21
oleaut32_ocidl.idl
dlls/oleaut32/oleaut32_ocidl.idl
+24
-0
No files found.
dlls/oleaut32/oleaut32.rgs
View file @
6b7c7467
...
...
@@ -41,24 +41,6 @@ HKCR
InprocServer = s 'ole2disp.dll'
InprocServer32 = s '%MODULE%'
}
ForceRemove '{0BE35203-8F91-11CE-9DE3-00AA004BB851}' = s 'CLSID_StdFont'
{
CLSID = s 'Standard Font'
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
ProgId = s 'StdFont'
}
ForceRemove '{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}' = s 'Obsolete Font'
{
CLSID = s 'Obsolete Font'
InprocServer32 = s '%MODULE%'
ProgId = s 'OldFont'
}
ForceRemove '{0BE35204-8F91-11CE-9DE3-00AA004BB851}' = s 'CLSID_StdPict'
{
CLSID = s 'Standard Picture'
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Apartment' }
ProgId = s 'StdPicture'
}
}
NoRemove Interface
{
...
...
@@ -104,7 +86,4 @@ HKCR
ProxyStubClsid32 = s '{00020420-0000-0000-C000-000000000046}'
}
}
ForceRemove StdFont { CLSID = s '{0BE35203-8F91-11CE-9DE3-00AA004BB851}' }
ForceRemove OldFont { CLSID = s '{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}' }
ForceRemove StdPicture { CLSID = s '{0BE35204-8F91-11CE-9DE3-00AA004BB851}' }
}
dlls/oleaut32/oleaut32_ocidl.idl
View file @
6b7c7467
...
...
@@ -17,3 +17,27 @@
*/
#
include
"ocidl.idl"
[
helpstring
(
"Standard Font"
),
progid
(
"StdFont"
),
threading
(
both
),
uuid
(
0b
e35203
-
8
f91
-
11
ce
-
9
de3
-
00
aa004bb851
)
]
coclass
StdFont
{
interface
IFont
; }
[
helpstring
(
"Obsolete Font"
),
progid
(
"OldFont"
),
threading
(
both
),
uuid
(
46763
ee0
-
cab2
-
11
ce
-
8
c20
-
00
aa0051e5d4
)
]
coclass
OldFont
{
interface
IFont
; }
[
helpstring
(
"Standard Picture"
),
progid
(
"StdPicture"
),
threading
(
apartment
),
uuid
(
0b
e35204
-
8
f91
-
11
ce
-
9
de3
-
00
aa004bb851
)
]
coclass
StdPicture
{
interface
IPicture
; }
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