git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59419
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifndef _WX_MSW_INICONF_H_
#define _WX_MSW_INICONF_H_
-#if wxUSE_INICONF
+#include "wx/defs.h"
+
+#if wxUSE_CONFIG && wxUSE_INICONF
// ----------------------------------------------------------------------------
// wxIniConfig is a wxConfig implementation which uses MS Windows INI files to
DECLARE_ABSTRACT_CLASS(wxIniConfig)
};
-#endif // wxUSE_INICONF
+#endif // wxUSE_CONFIG && wxUSE_INICONF
-#endif //_WX_MSW_INICONF_H_
+#endif // _WX_MSW_INICONF_H_
#ifndef _PREFCONF_H_
#define _PREFCONF_H_
+#include "wx/defs.h"
+
+#if wxUSE_CONFIG
+
// ----------------------------------------------------------------------------
// wxPrefConfig
// ----------------------------------------------------------------------------
DECLARE_ABSTRACT_CLASS(wxPrefConfig)
};
-#endif // _PREFCONF_H_
+#endif // wxUSE_CONFIG
+#endif // _PREFCONF_H_