Move wxFileHistory out of docview framework, add wxUSE_FILE_HISTORY.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1804,6 +1804,15 @@
|
||||
# define wxUSE_STREAMS 1
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# if !wxUSE_FILE_HISTORY
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "DocView requires wxUSE_FILE_HISTORY"
|
||||
# else
|
||||
# undef wxUSE_FILE_HISTORY
|
||||
# define wxUSE_FILE_HISTORY 1
|
||||
# endif
|
||||
# endif
|
||||
#endif /* wxUSE_DOC_VIEW_ARCHITECTURE */
|
||||
|
||||
#if wxUSE_PRINTING_ARCHITECTURE
|
||||
|
||||
Reference in New Issue
Block a user