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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user