Remove obsolete wxUSE_IOSTREAMH option
This is always 0 for any still supported compiler, so remove the option and configure checks for it. Still define it as 0 for compatibility, just in case it's used outside of the library.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/iosfwrap.h
|
||||
// Purpose: includes the correct stream-related forward declarations
|
||||
// Purpose: This file is obsolete, include <iosfwd> directly instead
|
||||
// Author: Jan van Dijk <jan@etpmod.phys.tue.nl>
|
||||
// Modified by:
|
||||
// Created: 18.12.2002
|
||||
@@ -10,12 +10,7 @@
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
|
||||
#if wxUSE_IOSTREAMH
|
||||
// There is no pre-ANSI iosfwd header so we include the full declarations.
|
||||
# include <iostream.h>
|
||||
#else
|
||||
# include <iosfwd>
|
||||
#endif
|
||||
#include <iosfwd>
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
# include "wx/msw/winundef.h"
|
||||
|
Reference in New Issue
Block a user