Commit 61ba32c0 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

includes: Add video mixing renderer header.

parent a7f84cc0
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "wingdi.h"
#include "winerror.h" #include "winerror.h"
#include "objbase.h" #include "objbase.h"
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "wingdi.h"
#include "winerror.h" #include "winerror.h"
#include "winreg.h" #include "winreg.h"
#include "objbase.h" #include "objbase.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "wingdi.h"
#include "winerror.h" #include "winerror.h"
#include "objbase.h" #include "objbase.h"
#include "uuids.h" #include "uuids.h"
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
#include "wingdi.h"
#include "objbase.h" #include "objbase.h"
#include "strmif.h" #include "strmif.h"
#include "qcap_main.h" #include "qcap_main.h"
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "wingdi.h"
#include "winuser.h" #include "winuser.h"
#include "winreg.h" #include "winreg.h"
#include "winerror.h" #include "winerror.h"
......
...@@ -399,6 +399,7 @@ SRCDIR_INCLUDES = \ ...@@ -399,6 +399,7 @@ SRCDIR_INCLUDES = \
ver.h \ ver.h \
vfw.h \ vfw.h \
vfwmsgs.h \ vfwmsgs.h \
vmrender.idl \
wfext.h \ wfext.h \
winbase.h \ winbase.h \
wincon.h \ wincon.h \
......
...@@ -25,3 +25,6 @@ import "objidl.idl"; ...@@ -25,3 +25,6 @@ import "objidl.idl";
#include <axextend.idl> #include <axextend.idl>
#include <dyngraph.idl> #include <dyngraph.idl>
/* TODO: #include <dvdif.h> */
#include <vmrender.idl>
...@@ -137,7 +137,8 @@ my %private_idl_headers = ( ...@@ -137,7 +137,8 @@ my %private_idl_headers = (
"dbprop.idl" => 1, "dbprop.idl" => 1,
"dbs.idl" => 1, "dbs.idl" => 1,
"devenum.idl" => 1, "devenum.idl" => 1,
"dyngraph.idl" => 1 "dyngraph.idl" => 1,
"vmrender.idl" => 1,
); );
my (@makefiles, %makefiles); my (@makefiles, %makefiles);
......
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