]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/iniconf.cpp
wxStyledTextCtrl can now be built and used when wxUSE_UNICODE==1.
[wxWidgets.git] / src / os2 / iniconf.cpp
index 68a8bab6aed41a3a2fd5c7561f6263e2e311123b..05bdb58dd63475ea96a0affafb042b833abfb609 100644 (file)
@@ -21,7 +21,9 @@
 
 #include  <wx/dynarray.h>
 #include  <wx/log.h>
+
 #include  <wx/config.h>
+#if wxUSE_CONFIG
 
 #include  <wx/os2/iniconf.h>
 
@@ -461,3 +463,5 @@ bool wxIniConfig::RenameGroup(const wxString& oldName, const wxString& newName)
     // Not implemented
     return FALSE;
 }
+
+#endif //wxUSE_CONFIG