build fixes for wxUSE_CONFIG==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d0f063020e
commit
7ac1b576c4
@ -12,12 +12,10 @@
|
||||
#ifndef _WX_CONFIG_H_BASE_
|
||||
#define _WX_CONFIG_H_BASE_
|
||||
|
||||
#include "wx/defs.h"
|
||||
#include "wx/confbase.h"
|
||||
|
||||
#if wxUSE_CONFIG
|
||||
|
||||
#include "wx/confbase.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// define the native wxConfigBase implementation
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -23,6 +23,8 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_CONFIG
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
@ -151,3 +153,5 @@ wxPERSIST_DEFINE_SAVE_RESTORE_FOR(long)
|
||||
wxPERSIST_DEFINE_SAVE_RESTORE_FOR(wxString)
|
||||
|
||||
#undef wxPERSIST_DEFINE_SAVE_RESTORE_FOR
|
||||
|
||||
#endif // wxUSE_CONFIG
|
||||
|
Loading…
Reference in New Issue
Block a user