From 3bd2972366e979c89a21d78790c3ea1d38910673 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 27 May 1998 23:20:27 +0000 Subject: [PATCH] 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 --- include/wx/msw/setup.h | 4 ++++ 1 file changed, 4 insertions(+) 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 * -- 2.45.2