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:
@@ -12,12 +12,10 @@
|
|||||||
#ifndef _WX_CONFIG_H_BASE_
|
#ifndef _WX_CONFIG_H_BASE_
|
||||||
#define _WX_CONFIG_H_BASE_
|
#define _WX_CONFIG_H_BASE_
|
||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/confbase.h"
|
||||||
|
|
||||||
#if wxUSE_CONFIG
|
#if wxUSE_CONFIG
|
||||||
|
|
||||||
#include "wx/confbase.h"
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// define the native wxConfigBase implementation
|
// define the native wxConfigBase implementation
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -23,6 +23,8 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_CONFIG
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#endif // WX_PRECOMP
|
#endif // WX_PRECOMP
|
||||||
|
|
||||||
@@ -151,3 +153,5 @@ wxPERSIST_DEFINE_SAVE_RESTORE_FOR(long)
|
|||||||
wxPERSIST_DEFINE_SAVE_RESTORE_FOR(wxString)
|
wxPERSIST_DEFINE_SAVE_RESTORE_FOR(wxString)
|
||||||
|
|
||||||
#undef wxPERSIST_DEFINE_SAVE_RESTORE_FOR
|
#undef wxPERSIST_DEFINE_SAVE_RESTORE_FOR
|
||||||
|
|
||||||
|
#endif // wxUSE_CONFIG
|
||||||
|
Reference in New Issue
Block a user