Commit da92dcec authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

include: Add definitions for VMR-9 interface.

parent c1480126
......@@ -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
......
......@@ -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"
......@@ -67,6 +67,7 @@ IDL_H_SRCS = \
unknwn.idl \
urlhist.idl \
urlmon.idl \
vmr9.idl \
wine/itss.idl \
wine/svcctl.idl \
wtypes.idl \
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment