X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5814e8ba4e57839acd1eb7491ed392b07e382593..319fe1034c0bdecf2b3a34669f3a15782c60d0b2:/include/wx/msw/iniconf.h diff --git a/include/wx/msw/iniconf.h b/include/wx/msw/iniconf.h index e0ee004ca9..5eca7ba7af 100644 --- a/include/wx/msw/iniconf.h +++ b/include/wx/msw/iniconf.h @@ -9,8 +9,10 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifndef _INICONF_H -#define _INICONF_H +#ifndef _WX_MSW_INICONF_H_ +#define _WX_MSW_INICONF_H_ + +#if wxUSE_INICONF // ---------------------------------------------------------------------------- // wxIniConfig is a wxConfig implementation which uses MS Windows INI files to @@ -97,4 +99,6 @@ private: DECLARE_ABSTRACT_CLASS(wxIniConfig) }; -#endif //_INICONF_H +#endif // wxUSE_INICONF + +#endif //_WX_MSW_INICONF_H_