X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65f19af139b997f2140fd739256b002ccf82eef7..bab4b13d392e0c9663c2c5a09f0dcbc77344ec05:/include/wx/iosfwrap.h diff --git a/include/wx/iosfwrap.h b/include/wx/iosfwrap.h index 00e7842252..78ad8d53b7 100644 --- a/include/wx/iosfwrap.h +++ b/include/wx/iosfwrap.h @@ -1,23 +1,26 @@ /////////////////////////////////////////////////////////////////////////////// // Name: wx/iosfwrap.h // Purpose: includes the correct stream-related forward declarations -// Author: Jan van Dijk +// Author: Jan van Dijk // Modified by: // Created: 18.12.2002 // RCS-ID: $Id$ -// Copyright: (c) 2002 Jan van Dijk -// Licence: wxWindows license +// Copyright: wxWidgets team +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #if wxUSE_STD_IOSTREAM #if wxUSE_IOSTREAMH - // There is no pre-ANSI iosfwd header (?). We include the full decarations. + // There is no pre-ANSI iosfwd header so we include the full declarations. # include #else # include #endif +#ifdef __WXMSW__ +# include "wx/msw/winundef.h" #endif - // wxUSE_STD_IOSTREAM + +#endif // wxUSE_STD_IOSTREAM