]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/iniconf.cpp
concentrating content and structure region calculations
[wxWidgets.git] / src / os2 / iniconf.cpp
index 68a8bab6aed41a3a2fd5c7561f6263e2e311123b..9ad3a3c367a5e09fd3df8e19f42aa2a5f092c331 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     10/09/99
 // Copyright:   David Webster
 // Modified by:
 // Created:     10/09/99
 // Copyright:   David Webster
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
 ///////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -21,7 +21,9 @@
 
 #include  <wx/dynarray.h>
 #include  <wx/log.h>
 
 #include  <wx/dynarray.h>
 #include  <wx/log.h>
+
 #include  <wx/config.h>
 #include  <wx/config.h>
+#if wxUSE_CONFIG
 
 #include  <wx/os2/iniconf.h>
 
 
 #include  <wx/os2/iniconf.h>
 
@@ -461,3 +463,5 @@ bool wxIniConfig::RenameGroup(const wxString& oldName, const wxString& newName)
     // Not implemented
     return FALSE;
 }
     // Not implemented
     return FALSE;
 }
+
+#endif //wxUSE_CONFIG