]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/ioswrap.h
1 ///////////////////////////////////////////////////////////////////////////////
3 // Purpose: includes the correct iostream headers for current compiler
4 // Author: Vadim Zeitlin
7 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
11 #if wxUSE_STD_IOSTREAM
13 #include "wx/beforestd.h"
16 # include <iostream.h>
21 #include "wx/afterstd.h"
24 # include "wx/msw/winundef.h"