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

Francois Gouget fgouget at free.fr
Fri Dec 9 04:57:32 CST 2011


---
 include/dshow.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/include/dshow.h b/include/dshow.h
index 6513140..3451609 100644
--- a/include/dshow.h
+++ b/include/dshow.h
@@ -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>
-- 
1.7.7.3




More information about the wine-patches mailing list