projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
no real changes
[wxWidgets.git]
/
src
/
os2
/
iniconf.cpp
diff --git
a/src/os2/iniconf.cpp
b/src/os2/iniconf.cpp
index 68a8bab6aed41a3a2fd5c7561f6263e2e311123b..05bdb58dd63475ea96a0affafb042b833abfb609 100644
(file)
--- a/
src/os2/iniconf.cpp
+++ b/
src/os2/iniconf.cpp
@@
-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