diff --git a/docs/html/faqmsw.htm b/docs/html/faqmsw.htm index fdaf7b458c..16174d43f0 100644 --- a/docs/html/faqmsw.htm +++ b/docs/html/faqmsw.htm @@ -45,7 +45,7 @@ See also top-level FAQ page.
-
+- +> This causes compilation errors within DirectShow: > > wxutil.h(125) : error C2065: 'EXECUTE_ASSERT' : undeclared identifier @@ -559,8 +559,7 @@ DXSDK/Samples/C++/DirectShow/BaseClasses/wxdebug.h. So if __WXDEBUG__ is defined, then wxdebug.h doesn't get included, and the assert macros don't get defined. You have to #undef __WXDEBUG__ before including the directshow baseclass's <streams.h>. -