Files
wxWidgets/include/wx/iosfwrap.h
T
Vadim Zeitlin db0b0d280e Include wx/defs.h before testing for wxUSE_XXX
These symbols are not defined if no wx headers are included before
testing for them, so ensure that we have their real value by including
wx/defs.h before such tests.
2025-02-11 16:52:37 +01:00

22 lines
564 B
C

///////////////////////////////////////////////////////////////////////////////
// Name: wx/iosfwrap.h
// Purpose: This file is obsolete, include <iosfwd> directly instead
// Author: Jan van Dijk <jan@etpmod.phys.tue.nl>
// Created: 18.12.2002
// Copyright: wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#include "wx/defs.h"
#if wxUSE_STD_IOSTREAM
#include <iosfwd>
#ifdef __WINDOWS__
# include "wx/msw/winundef.h"
#endif
#endif // wxUSE_STD_IOSTREAM