CHM help is not compiled for wxUniversal.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
#pragma interface "helpbest.h"
|
#pragma interface "helpbest.h"
|
||||||
#endif
|
#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"
|
#include "wx/helpbase.h"
|
||||||
|
|
||||||
|
@@ -27,7 +27,9 @@
|
|||||||
#include "wx/filefn.h"
|
#include "wx/filefn.h"
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
|
|
||||||
#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/msw/helpchm.h"
|
#include "wx/msw/helpchm.h"
|
||||||
#include "wx/html/helpctrl.h"
|
#include "wx/html/helpctrl.h"
|
||||||
#include "wx/msw/helpbest.h"
|
#include "wx/msw/helpbest.h"
|
||||||
|
Reference in New Issue
Block a user