From ecef04c293db3e3ebcdb12062fdc40b9b35c8c3e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 2 Dec 1999 16:52:03 +0000 Subject: [PATCH] a small compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/config.cpp b/src/common/config.cpp index 57d71204e3..e3286e8aaa 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -23,6 +23,10 @@ #pragma hdrstop #endif //__BORLANDC__ +#ifndef wxUSE_CONFIG_NATIVE + #define wxUSE_CONFIG_NATIVE 1 +#endif + #if wxUSE_CONFIG && ((wxUSE_FILE && wxUSE_TEXTFILE) || wxUSE_CONFIG_NATIVE)) #include "wx/app.h" -- 2.45.2