mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
include: Add a couple of missing include directives in dshow.h.
This commit is contained in:
parent
b37151b980
commit
f6c037cee3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user