git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27514
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# define wxUSE_BMPBUTTON 1
# endif
# endif
# define wxUSE_BMPBUTTON 1
# endif
# endif
+
+# if !wxUSE_CHOICEDLG
+# ifdef wxABORT_ON_CONFIG_ERROR
+# error "wxUSE_HELP requires wxUSE_CHOICEDLG"
+# else
+# undef wxUSE_CHOICEDLG
+# define wxUSE_CHOICEDLG 1
+# endif
+# endif
#endif /* wxUSE_HELP */
#if wxUSE_WXHTML_HELP
#endif /* wxUSE_HELP */
#if wxUSE_WXHTML_HELP
+# if !wxUSE_CHOICEDLG
+# ifdef wxABORT_ON_CONFIG_ERROR
+# error "DocView requires wxUSE_CHOICEDLG"
+# else
+# undef wxUSE_CHOICEDLG
+# define wxUSE_CHOICEDLG 1
+# endif
+# endif
+
# if !wxUSE_STREAMS && !wxUSE_STD_IOSTREAM
# ifdef wxABORT_ON_CONFIG_ERROR
# error "DocView requires wxUSE_STREAMS or wxUSE_STD_IOSTREAM"
# if !wxUSE_STREAMS && !wxUSE_STD_IOSTREAM
# ifdef wxABORT_ON_CONFIG_ERROR
# error "DocView requires wxUSE_STREAMS or wxUSE_STD_IOSTREAM"
// chosen to suppress this the last time)
encoding = wxFONTENCODING_SYSTEM;
}
// chosen to suppress this the last time)
encoding = wxFONTENCODING_SYSTEM;
}
else if ( (encoding == wxFONTENCODING_SYSTEM) && interactive )
{
// prepare the dialog data
else if ( (encoding == wxFONTENCODING_SYSTEM) && interactive )
{
// prepare the dialog data
}
#endif // wxUSE_CONFIG
}
}
#endif // wxUSE_CONFIG
}
+#else
+ wxUnusedVar(interactive);
+#endif // wxUSE_CHOICEDLG
return (wxFontEncoding)encoding;
}
return (wxFontEncoding)encoding;
}