Commit f6c037ce authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

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