add wxUSE_CONFIG guard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
#define _WX_CONFIG_H_BASE_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_CONFIG
|
||||
|
||||
#include "wx/confbase.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -35,4 +38,6 @@
|
||||
#define wxConfig wxFileConfig
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_CONFIG
|
||||
|
||||
#endif // _WX_CONFIG_H_BASE_
|
||||
|
Reference in New Issue
Block a user