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
cde24ec0
Commit
cde24ec0
authored
Aug 02, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Generate a few more coclass registrations from idl.
parent
27d88987
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
39 deletions
+55
-39
oleaut32.rgs
dlls/oleaut32/oleaut32.rgs
+7
-39
oleaut32_ocidl.idl
dlls/oleaut32/oleaut32_ocidl.idl
+48
-0
No files found.
dlls/oleaut32/oleaut32.rgs
View file @
cde24ec0
...
@@ -2,45 +2,13 @@ HKCR
...
@@ -2,45 +2,13 @@ HKCR
{
{
NoRemove CLSID
NoRemove CLSID
{
{
ForceRemove '{0000002F-0000-0000-C000-000000000046}' = s 'CLSID_RecordInfo'
'{00020420-0000-0000-C000-000000000046}' { InprocServer = s 'ole2disp.dll' }
{
'{00020421-0000-0000-C000-000000000046}' { InprocServer = s 'ole2disp.dll' }
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
'{00020422-0000-0000-C000-000000000046}' { InprocServer = s 'ole2disp.dll' }
}
'{00020423-0000-0000-C000-000000000046}' { InprocServer = s 'ole2disp.dll' }
ForceRemove '{00020420-0000-0000-C000-000000000046}' = s 'PSDispatch'
'{00020424-0000-0000-C000-000000000046}' { InprocServer = s 'ole2disp.dll' }
{
'{00020425-0000-0000-C000-000000000046}' { InprocServer = s 'ole2disp.dll' }
InprocServer = s 'ole2disp.dll'
'{DF0B3D60-548F-101B-8E65-08002B2BD119}' { InprocServer = s 'ole2disp.dll' }
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
ForceRemove '{00020421-0000-0000-C000-000000000046}' = s 'PSEnumVariant'
{
InprocServer = s 'ole2disp.dll'
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
ForceRemove '{00020422-0000-0000-C000-000000000046}' = s 'PSTypeInfo'
{
InprocServer = s 'ole2disp.dll'
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
ForceRemove '{00020423-0000-0000-C000-000000000046}' = s 'PSTypeLib'
{
InprocServer = s 'ole2disp.dll'
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
ForceRemove '{00020424-0000-0000-C000-000000000046}' = s 'PSOAInterface'
{
InprocServer = s 'ole2disp.dll'
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
ForceRemove '{00020425-0000-0000-C000-000000000046}' = s 'PSTypeComp'
{
InprocServer = s 'ole2disp.dll'
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
ForceRemove '{DF0B3D60-548F-101B-8E65-08002B2BD119}' = s 'PSSupportErrorInfo'
{
InprocServer = s 'ole2disp.dll'
InprocServer32 = s '%MODULE%'
}
}
}
NoRemove Interface
NoRemove Interface
{
{
...
...
dlls/oleaut32/oleaut32_ocidl.idl
View file @
cde24ec0
...
@@ -47,3 +47,51 @@ coclass OldFont { interface IFont; }
...
@@ -47,3 +47,51 @@ coclass OldFont { interface IFont; }
uuid
(
0b
e35204
-
8
f91
-
11
ce
-
9
de3
-
00
aa004bb851
)
uuid
(
0b
e35204
-
8
f91
-
11
ce
-
9
de3
-
00
aa004bb851
)
]
]
coclass
StdPicture
{
interface
IPicture
; }
coclass
StdPicture
{
interface
IPicture
; }
[
threading
(
both
),
uuid
(
00020420
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSDispatch
{
}
[
threading
(
both
),
uuid
(
00020421
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSEnumVariant
{
}
[
threading
(
both
),
uuid
(
00020422
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSTypeInfo
{
}
[
threading
(
both
),
uuid
(
00020423
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSTypeLib
{
}
[
threading
(
both
),
uuid
(
00020424
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSOAInterface
{
}
[
threading
(
both
),
uuid
(
00020425
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSTypeComp
{
}
[
threading
(
both
),
uuid
(
df0b3d60
-
548
f
-
101b
-
8
e65
-
08002b2b
d119
)
]
coclass
PSSupportErrorInfo
{
}
[
threading
(
both
),
uuid
(
0000002
f
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
CLSID_RecordInfo
{
}
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