#endif
#include "wx/defs.h"
-#include "wx/textfile.h"
-#include "wx/string.h"
-// ----------------------------------------------------------------------------
-// compile options
-// ----------------------------------------------------------------------------
+#if wxUSE_CONFIG
-// it won't compile without it anyhow
-#ifndef wxUSE_CONFIG
- #error "Please define wxUSE_CONFIG or remove fileconf.cpp from your makefile"
-#endif // wxUSE_CONFIG
+#include "wx/textfile.h"
+#include "wx/string.h"
// ----------------------------------------------------------------------------
// wxFileConfig
void SetLastGroup(ConfigGroup *pGroup) { m_pLastGroup = pGroup; }
};
-#endif //_FILECONF_H
+#endif
+ // wxUSE_CONFIG
+
+#endif
+ //_FILECONF_H