X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4372af60a7eed11d0deea8db2c7d0fdd75d2b76..bb24c68f3502746147337c3f502cc1c957bcfb35:/src/os2/iniconf.cpp diff --git a/src/os2/iniconf.cpp b/src/os2/iniconf.cpp index 68a8bab6ae..9ad3a3c367 100644 --- a/src/os2/iniconf.cpp +++ b/src/os2/iniconf.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 10/09/99 // Copyright: David Webster -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". @@ -21,7 +21,9 @@ #include #include + #include +#if wxUSE_CONFIG #include @@ -461,3 +463,5 @@ bool wxIniConfig::RenameGroup(const wxString& oldName, const wxString& newName) // Not implemented return FALSE; } + +#endif //wxUSE_CONFIG