From: Vadim Zeitlin Date: Wed, 27 May 1998 23:20:27 +0000 (+0000) Subject: option USE_WXCONFIG (default value: 1) added which enables compilation of X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3bd2972366e979c89a21d78790c3ea1d38910673?ds=inline option USE_WXCONFIG (default value: 1) added which enables compilation of wxConfig git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup.h b/include/wx/msw/setup.h index 77e1649801..7007213758 100644 --- a/include/wx/msw/setup.h +++ b/include/wx/msw/setup.h @@ -154,6 +154,10 @@ // but you can't mix them. Set to 1 for , // 0 for +#define USE_WXCONFIG 1 + // if enabled, compiles built-in OS independent wxConfig + // class and it's file (any platform) and registry (Win) + // based implementations /* * Finer detail *