]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxUSE_WXCONFIG (obsoleted by wxUSE_CONFIG
authorGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 17:23:16 +0000 (17:23 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 17:23:16 +0000 (17:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index fa2491368c88b75147de5dea5cde90eaf9329028..4c08a48dc651ec8295e0b21324f9d68dc359b253 100644 (file)
                                 // VC++ 4.2 and above allows <iostream> and <iostream.h>
                                 // but you can't mix them. Set to 1 for <iostream.h>,
                                 // 0 for <iostream>
                                 // VC++ 4.2 and above allows <iostream> and <iostream.h>
                                 // but you can't mix them. Set to 1 for <iostream.h>,
                                 // 0 for <iostream>
-
 #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_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)
 #define wxUSE_THREADS       1
                                 // support for multithreaded applications: if
                                 // 1, compile in thread classes (thread.h)