]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/faqmsw.htm
No EOVERFLOW on openbsd
[wxWidgets.git] / docs / html / faqmsw.htm
index fdaf7b458c4a13d660f0750c5d80da7266349d56..6d7a5452bfba55b0ba93992244e851945534acf4 100644 (file)
@@ -543,11 +543,11 @@ slightly smaller and faster.
 But the most important thing is to use the <strong>same</strong> CRT setting for
 all components of your project.
 
-<h3><a name="#directx">Why do I get compilation erros when using wxWidgets with DirectShow?</a></h3>
+<h3><a name="#directx">Why do I get compilation errors when using wxWidgets with DirectShow?</a></h3>
 
 If you get errors when including Microsoft DirectShow or DirectDraw headers,
 the following message from Peter Whaite could help:
-<blockquote>
+<blockquote><pre>
 &gt; This causes compilation errors within DirectShow:
 &gt;
 &gt; wxutil.h(125) : error C2065: &#39;EXECUTE_ASSERT&#39; : undeclared identifier
@@ -559,7 +559,7 @@ DXSDK/Samples/C++/DirectShow/BaseClasses/wxdebug.h.  So if __WXDEBUG__
 is defined, then wxdebug.h doesn&#39;t get included, and the assert macros
 don&#39;t get defined.  You have to #undef __WXDEBUG__ before including the
 directshow baseclass&#39;s &lt;streams.h&gt;.
-</blockquote>
+</pre></blockquote>
 
 
 <h3><a name="#handlewm">How do I handle Windows messages in my wxWidgets program?</a></h3>