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:
Paul Cornett 2009-05-06 03:08:33 +00:00
parent d0f063020e
commit 7ac1b576c4
2 changed files with 5 additions and 3 deletions

View File

@ -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
// ----------------------------------------------------------------------------

View File

@ -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