X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16193c2b68e0a45d4aa22a923e9ff2b708e4b80c..4004f41e3ce1655f9fa05c55a697ac0f8677c23a:/src/common/config.cpp diff --git a/src/common/config.cpp b/src/common/config.cpp index 57d71204e3..6ad9263693 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -23,7 +23,11 @@ #pragma hdrstop #endif //__BORLANDC__ -#if wxUSE_CONFIG && ((wxUSE_FILE && wxUSE_TEXTFILE) || wxUSE_CONFIG_NATIVE)) +#ifndef wxUSE_CONFIG_NATIVE + #define wxUSE_CONFIG_NATIVE 1 +#endif + +#if wxUSE_CONFIG && ((wxUSE_FILE && wxUSE_TEXTFILE) || wxUSE_CONFIG_NATIVE) #include "wx/app.h" #include "wx/file.h"