include: Add a couple of missing include directives in dshow.h.

This commit is contained in:
Francois Gouget 2011-12-09 11:57:32 +01:00 committed by Alexandre Julliard
parent b37151b980
commit f6c037cee3
1 changed files with 5 additions and 2 deletions

View File

@ -32,7 +32,10 @@
#include <olectl.h>
#include <ddraw.h>
#include <mmsystem.h>
/* FIXME: #include <strsafe.h>*/
#ifndef NO_DSHOW_STRSAFE
#define NO_SHLWAPI_STRFCNS
#include <strsafe.h>
#endif
#ifndef NUMELMS
#define NUMELMS(array) (sizeof(array)/sizeof((array)[0]))
@ -41,7 +44,7 @@
#include <strmif.h>
#include <amvideo.h>
#ifdef DSHOW_USE_AMAUDIO
/* FIXME: #include <amaudio.h>*/
#include <amaudio.h>
#endif
#include <control.h>
#include <evcode.h>