Add missing check for wxUSE_FILE_HISTORY existence.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c48bdb0c28
commit
f19f8180a5
@ -121,6 +121,14 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_EXCEPTIONS) */
|
||||
|
||||
#ifndef wxUSE_FILE_HISTORY
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_FILE_HISTORY must be defined, please read comment near the top of this file."
|
||||
# else
|
||||
# define wxUSE_FILE_HISTORY 0
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_FILE_HISTORY) */
|
||||
|
||||
#ifndef wxUSE_FILESYSTEM
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_FILESYSTEM must be defined, please read comment near the top of this file."
|
||||
|
Loading…
Reference in New Issue
Block a user