added .chm support for Unix (Markus Sinner)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -403,6 +403,19 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_HTML) */
|
||||
|
||||
#ifndef wxUSE_LIBMSPACK
|
||||
# ifndef __UNIX__
|
||||
/* set to 0 on platforms that don't have libmspack */
|
||||
# define wxUSE_LIBMSPACK 0
|
||||
# else
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_LIBMSPACK must be defined."
|
||||
# else
|
||||
# define wxUSE_LIBMSPACK 0
|
||||
# endif
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_LIBMSPACK) */
|
||||
|
||||
#ifndef wxUSE_ICO_CUR
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_ICO_CUR must be defined."
|
||||
|
Reference in New Issue
Block a user