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
8c21ebc6
Commit
8c21ebc6
authored
Apr 27, 2008
by
David Adam
Committed by
Alexandre Julliard
Apr 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
amstream: Register CLSID_AMDirectDrawStream.
parent
653c7e7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
main.c
dlls/amstream/main.c
+1
-0
regsvr.c
dlls/amstream/regsvr.c
+8
-0
No files found.
dlls/amstream/main.c
View file @
8c21ebc6
...
...
@@ -74,6 +74,7 @@ struct object_creation_info
static
const
struct
object_creation_info
object_creation
[]
=
{
{
&
CLSID_AMMultiMediaStream
,
AM_create
},
{
&
CLSID_AMDirectDrawStream
,
AM_create
},
};
static
HRESULT
WINAPI
...
...
dlls/amstream/regsvr.c
View file @
8c21ebc6
...
...
@@ -447,6 +447,14 @@ static struct regsvr_coclass const coclass_list[] = {
"amstream.dll"
,
"Both"
},
{
&
CLSID_AMDirectDrawStream
,
"ActiveMovie MultiMedia Stream"
,
NULL
,
"amstream.dll"
,
"Both"
},
{
NULL
}
/* list terminator */
};
...
...
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