]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpbest.h
add directshow define
[wxWidgets.git] / include / wx / msw / helpbest.h
index 003f100e8e63e353e3228cb291d52166056d8422..452a074c2c593b459004261727cabb692324a2e7 100644 (file)
@@ -16,7 +16,8 @@
 #pragma interface "helpbest.h"
 #endif
 
-#if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) && wxUSE_WXHTML_HELP
+#if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) \
+    && wxUSE_WXHTML_HELP && !defined(__WXUNIVERSAL__)
 
 #include "wx/helpbase.h"
 
@@ -86,7 +87,7 @@ public:
     virtual void SetFrameParameters(const wxString& title,
                                     const wxSize& size,
                                     const wxPoint& pos = wxDefaultPosition,
-                                    bool newFrameEachTime = FALSE)
+                                    bool newFrameEachTime = false)
     {
         m_helpController->SetFrameParameters( title, size, pos,
                                               newFrameEachTime );