]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxUSE_STREAMS
authorJulian Smart <julian@anthemion.co.uk>
Wed, 10 Feb 1999 10:06:17 +0000 (10:06 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 10 Feb 1999 10:06:17 +0000 (10:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/motif/setup.h
include/wx/msw/setup0.h

index 2a662da00e6ea9014a45ab08e4cbbdaa4cc8deed..d8a9fbdd86dd37b6dad0c9a41200f7f7239e2e43 100644 (file)
                                   // Use wxStream implementation within wxWindows code
 
 #define wxUSE_SERIAL        0
-                                  // Use serialization
+                                  // Use serialization (requires utils/serialize)
 
 #define wxUSE_TOOLTIPS      0
                                   // Use tooltips
index 52dfe26d6bad80f88cda1af0c070b37c06beb158..95fdd2f356086888dbbd46035e29a36b8b892180 100644 (file)
                                   // 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  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)
                                   // 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