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
da92dcec
Commit
da92dcec
authored
Jun 10, 2008
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Jun 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add definitions for VMR-9 interface.
parent
c1480126
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
+6
-0
.gitignore
.gitignore
+1
-0
strmiids.c
dlls/strmiids/strmiids.c
+3
-0
Makefile.in
include/Makefile.in
+1
-0
uuids.h
include/uuids.h
+1
-0
vmr9.idl
include/vmr9.idl
+0
-0
No files found.
.gitignore
View file @
da92dcec
...
...
@@ -545,6 +545,7 @@ include/tom.h
include/unknwn.h
include/urlhist.h
include/urlmon.h
include/vmr9.h
include/wine/itss.h
include/wine/svcctl.h
include/wtypes.h
...
...
dlls/strmiids/strmiids.c
View file @
da92dcec
...
...
@@ -29,6 +29,8 @@
#include "objbase.h"
#include "oleauto.h"
#include "olectl.h"
#include "d3d9.h"
#include "initguid.h"
#include "uuids.h"
...
...
@@ -36,3 +38,4 @@
#include "control.h"
#include "amstream.h"
#include "qedit.h"
#include "vmr9.h"
include/Makefile.in
View file @
da92dcec
...
...
@@ -67,6 +67,7 @@ IDL_H_SRCS = \
unknwn.idl
\
urlhist.idl
\
urlmon.idl
\
vmr9.idl
\
wine/itss.idl
\
wine/svcctl.idl
\
wtypes.idl
\
...
...
include/uuids.h
View file @
da92dcec
...
...
@@ -273,5 +273,6 @@ OUR_GUID_ENTRY(CLSID_VideoProcAmpPropertyPage, 0x71f96464, 0x78f3, 0x11d0,
OUR_GUID_ENTRY
(
CLSID_CameraControlPropertyPage
,
0x71f96465
,
0x78f3
,
0x11d0
,
0xa1
,
0x8c
,
0x00
,
0xa0
,
0xc9
,
0x11
,
0x89
,
0x56
)
OUR_GUID_ENTRY
(
CLSID_AnalogVideoDecoderPropertyPage
,
0x71f96466
,
0x78f3
,
0x11d0
,
0xa1
,
0x8c
,
0x00
,
0xa0
,
0xc9
,
0x11
,
0x89
,
0x56
)
OUR_GUID_ENTRY
(
CLSID_VideoStreamConfigPropertyPage
,
0x71f96467
,
0x78f3
,
0x11d0
,
0xa1
,
0x8c
,
0x00
,
0xa0
,
0xc9
,
0x11
,
0x89
,
0x56
)
OUR_GUID_ENTRY
(
CLSID_VideoMixingRenderer9
,
0x51b4abf3
,
0x748f
,
0x4e3b
,
0xa2
,
0x76
,
0xc8
,
0x28
,
0x33
,
0x0e
,
0x92
,
0x6a
)
#undef OUR_GUID_ENTRY
include/vmr9.idl
0 → 100644
View file @
da92dcec
This diff is collapsed.
Click to expand it.
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