configure and #ifdef wxUSE_XXX updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
// Licence: wxWindows license
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// ============================================================================
|
||||
// declarations
|
||||
// ============================================================================
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// headers
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -23,6 +19,10 @@
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#include <wx/confbase.h>
|
||||
|
||||
#ifdef wxUSE_CONFIG
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
#pragma hdrstop
|
||||
#endif //__BORLANDC__
|
||||
@@ -36,7 +36,6 @@
|
||||
#include <wx/file.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/textfile.h>
|
||||
#include <wx/confbase.h>
|
||||
#include <wx/utils.h>
|
||||
|
||||
// we must include (one of) these files for wxConfigBase::Create
|
||||
@@ -409,3 +408,9 @@ void wxSplitPath(wxArrayString& aParts, const char *sz)
|
||||
pc++;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// wxUSE_CONFIG
|
||||
|
||||
|
Reference in New Issue
Block a user