wxArchive depends on wxDateTime (part of patch 1203970)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -831,6 +831,17 @@
|
|||||||
check consistency of the settings
|
check consistency of the settings
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if wxUSE_ARCHIVE_STREAMS
|
||||||
|
# if !wxUSE_DATETIME
|
||||||
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
|
# error "wxArchive requires wxUSE_DATETIME"
|
||||||
|
# else
|
||||||
|
# undef wxUSE_ARCHIVE_STREAMS
|
||||||
|
# define wxUSE_ARCHIVE_STREAMS 0
|
||||||
|
# endif
|
||||||
|
# endif
|
||||||
|
#endif /* wxUSE_ARCHIVE_STREAMS */
|
||||||
|
|
||||||
#if wxUSE_CRASHREPORT && !wxUSE_ON_FATAL_EXCEPTION
|
#if wxUSE_CRASHREPORT && !wxUSE_ON_FATAL_EXCEPTION
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
# error "wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION"
|
# error "wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION"
|
||||||
|
Reference in New Issue
Block a user