diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index fa2491368c..4c08a48dc6 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -332,18 +332,12 @@ // VC++ 4.2 and above allows and // but you can't mix them. Set to 1 for , // 0 for - #define wxUSE_STREAMS 1 // If enabled (1), compiles wxWindows streams classes #define wxUSE_STD_IOSTREAM 0 // Use standard C++ streams if 1. If 0, use wxWin // streams implementation. - -#define wxUSE_WXCONFIG 1 - // if enabled, compiles built-in OS independent wxConfig - // class and it's file (any platform) and registry (Win) - // based implementations #define wxUSE_THREADS 1 // support for multithreaded applications: if // 1, compile in thread classes (thread.h)