X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..29a35dd5fee0e33143a39824e71aefd66e3e4851:/include/wx/msw/iniconf.h diff --git a/include/wx/msw/iniconf.h b/include/wx/msw/iniconf.h index c500b2ed42..dc30fd3aa7 100644 --- a/include/wx/msw/iniconf.h +++ b/include/wx/msw/iniconf.h @@ -12,7 +12,9 @@ #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 @@ -99,6 +101,6 @@ private: DECLARE_ABSTRACT_CLASS(wxIniConfig) }; -#endif // wxUSE_INICONF +#endif // wxUSE_CONFIG && wxUSE_INICONF -#endif //_WX_MSW_INICONF_H_ +#endif // _WX_MSW_INICONF_H_