Files
wxWidgets/include/wx/ioswrap.h
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

27 lines
638 B
C++

///////////////////////////////////////////////////////////////////////////////
// Name: wx/ioswrap.h
// Purpose: This file is obsolete, include <iostream> directly instead.
// Author: Vadim Zeitlin
// Created: 03.02.99
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#include "wx/defs.h"
#if wxUSE_STD_IOSTREAM
#include "wx/beforestd.h"
#include <iostream>
#include "wx/afterstd.h"
#ifdef __WINDOWS__
# include "wx/msw/winundef.h"
#endif
#endif
// wxUSE_STD_IOSTREAM