From d4ec5d32118a562f482a3902721f35148946b401 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 10 Feb 1999 10:06:17 +0000 Subject: [PATCH] Added wxUSE_STREAMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/setup.h | 2 +- include/wx/msw/setup0.h | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/include/wx/motif/setup.h b/include/wx/motif/setup.h index 2a662da00e..d8a9fbdd86 100644 --- a/include/wx/motif/setup.h +++ b/include/wx/motif/setup.h @@ -133,7 +133,7 @@ // Use wxStream implementation within wxWindows code #define wxUSE_SERIAL 0 - // Use serialization + // Use serialization (requires utils/serialize) #define wxUSE_TOOLTIPS 0 // Use tooltips diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 52dfe26d6b..95fdd2f356 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -138,6 +138,13 @@ // 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 1 + // 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) @@ -152,10 +159,8 @@ // Use PNG bitmap code #define wxUSE_LIBJPEG 0 // Use JPEG bitmap code -#define wxUSE_STD_IOSTREAM 1 - // Use standard C++ streams if 1. If 0, use wxWin - // streams implementation. - +#define wxUSE_SERIAL 0 + // Use serialization (requires utils/serialize) #define wxUSE_TOOLTIPS 1 // Define to use wxToolTip class and // wxWindow::SetToolTip() method