set wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-04 12:16:33 +00:00
parent b0bcc78732
commit 396197cb56
8 changed files with 56 additions and 48 deletions

View File

@@ -1201,14 +1201,15 @@
#define REMOVE_UNUSED_ARG 1 #define REMOVE_UNUSED_ARG 1
// VC++ 4.2 and above allows <iostream> and <iostream.h> but you can't mix // 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>. Note that VC++ 7.1 // them. Set this option to 1 to use <iostream.h>, 0 to use <iostream>.
// and later doesn't support wxUSE_IOSTREAMH == 1 and so <iostream> will be
// used anyhow.
// //
// Default is 1. // Note that newer compilers (including VC++ 7.1 and later) don't support
// wxUSE_IOSTREAMH == 1 and so <iostream> will be used anyhow.
// //
// Recommended setting: whatever your compiler likes more // Default is 0.
#define wxUSE_IOSTREAMH 1 //
// Recommended setting: 0, only set to 1 if you use a really old compiler
#define wxUSE_IOSTREAMH 0
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support

View File

@@ -1200,14 +1200,15 @@
#define REMOVE_UNUSED_ARG 1 #define REMOVE_UNUSED_ARG 1
// VC++ 4.2 and above allows <iostream> and <iostream.h> but you can't mix // 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>. Note that VC++ 7.1 // them. Set this option to 1 to use <iostream.h>, 0 to use <iostream>.
// and later doesn't support wxUSE_IOSTREAMH == 1 and so <iostream> will be
// used anyhow.
// //
// Default is 1. // Note that newer compilers (including VC++ 7.1 and later) don't support
// wxUSE_IOSTREAMH == 1 and so <iostream> will be used anyhow.
// //
// Recommended setting: whatever your compiler likes more // Default is 0.
#define wxUSE_IOSTREAMH 1 //
// Recommended setting: 0, only set to 1 if you use a really old compiler
#define wxUSE_IOSTREAMH 0
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support

View File

@@ -1200,14 +1200,15 @@
#define REMOVE_UNUSED_ARG 1 #define REMOVE_UNUSED_ARG 1
// VC++ 4.2 and above allows <iostream> and <iostream.h> but you can't mix // 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>. Note that VC++ 7.1 // them. Set this option to 1 to use <iostream.h>, 0 to use <iostream>.
// and later doesn't support wxUSE_IOSTREAMH == 1 and so <iostream> will be
// used anyhow.
// //
// Default is 1. // Note that newer compilers (including VC++ 7.1 and later) don't support
// wxUSE_IOSTREAMH == 1 and so <iostream> will be used anyhow.
// //
// Recommended setting: whatever your compiler likes more // Default is 0.
#define wxUSE_IOSTREAMH 1 //
// Recommended setting: 0, only set to 1 if you use a really old compiler
#define wxUSE_IOSTREAMH 0
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support

View File

@@ -1200,14 +1200,15 @@
#define REMOVE_UNUSED_ARG 1 #define REMOVE_UNUSED_ARG 1
// VC++ 4.2 and above allows <iostream> and <iostream.h> but you can't mix // 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>. Note that VC++ 7.1 // them. Set this option to 1 to use <iostream.h>, 0 to use <iostream>.
// and later doesn't support wxUSE_IOSTREAMH == 1 and so <iostream> will be
// used anyhow.
// //
// Default is 1. // Note that newer compilers (including VC++ 7.1 and later) don't support
// wxUSE_IOSTREAMH == 1 and so <iostream> will be used anyhow.
// //
// Recommended setting: whatever your compiler likes more // Default is 0.
#define wxUSE_IOSTREAMH 1 //
// Recommended setting: 0, only set to 1 if you use a really old compiler
#define wxUSE_IOSTREAMH 0
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support

View File

@@ -1200,14 +1200,15 @@
#define REMOVE_UNUSED_ARG 1 #define REMOVE_UNUSED_ARG 1
// VC++ 4.2 and above allows <iostream> and <iostream.h> but you can't mix // 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>. Note that VC++ 7.1 // them. Set this option to 1 to use <iostream.h>, 0 to use <iostream>.
// and later doesn't support wxUSE_IOSTREAMH == 1 and so <iostream> will be
// used anyhow.
// //
// Default is 1. // Note that newer compilers (including VC++ 7.1 and later) don't support
// wxUSE_IOSTREAMH == 1 and so <iostream> will be used anyhow.
// //
// Recommended setting: whatever your compiler likes more // Default is 0.
#define wxUSE_IOSTREAMH 1 //
// Recommended setting: 0, only set to 1 if you use a really old compiler
#define wxUSE_IOSTREAMH 0
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support

View File

@@ -1200,14 +1200,15 @@
#define REMOVE_UNUSED_ARG 1 #define REMOVE_UNUSED_ARG 1
// VC++ 4.2 and above allows <iostream> and <iostream.h> but you can't mix // 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>. Note that VC++ 7.1 // them. Set this option to 1 to use <iostream.h>, 0 to use <iostream>.
// and later doesn't support wxUSE_IOSTREAMH == 1 and so <iostream> will be
// used anyhow.
// //
// Default is 1. // Note that newer compilers (including VC++ 7.1 and later) don't support
// wxUSE_IOSTREAMH == 1 and so <iostream> will be used anyhow.
// //
// Recommended setting: whatever your compiler likes more // Default is 0.
#define wxUSE_IOSTREAMH 1 //
// Recommended setting: 0, only set to 1 if you use a really old compiler
#define wxUSE_IOSTREAMH 0
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support

View File

@@ -1196,14 +1196,15 @@
#define REMOVE_UNUSED_ARG 1 #define REMOVE_UNUSED_ARG 1
// VC++ 4.2 and above allows <iostream> and <iostream.h> but you can't mix // 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>. Note that VC++ 7.1 // them. Set this option to 1 to use <iostream.h>, 0 to use <iostream>.
// and later doesn't support wxUSE_IOSTREAMH == 1 and so <iostream> will be
// used anyhow.
// //
// Default is 1. // Note that newer compilers (including VC++ 7.1 and later) don't support
// wxUSE_IOSTREAMH == 1 and so <iostream> will be used anyhow.
// //
// Recommended setting: whatever your compiler likes more // Default is 0.
#define wxUSE_IOSTREAMH 1 //
// Recommended setting: 0, only set to 1 if you use a really old compiler
#define wxUSE_IOSTREAMH 0
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support

View File

@@ -1199,14 +1199,15 @@
#define REMOVE_UNUSED_ARG 1 #define REMOVE_UNUSED_ARG 1
// VC++ 4.2 and above allows <iostream> and <iostream.h> but you can't mix // 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>. Note that VC++ 7.1 // them. Set this option to 1 to use <iostream.h>, 0 to use <iostream>.
// and later doesn't support wxUSE_IOSTREAMH == 1 and so <iostream> will be
// used anyhow.
// //
// Default is 1. // Note that newer compilers (including VC++ 7.1 and later) don't support
// wxUSE_IOSTREAMH == 1 and so <iostream> will be used anyhow.
// //
// Recommended setting: whatever your compiler likes more // Default is 0.
#define wxUSE_IOSTREAMH 1 //
// Recommended setting: 0, only set to 1 if you use a really old compiler
#define wxUSE_IOSTREAMH 0
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support