]>
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
8 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 #if wxUSE_STD_IOSTREAM
14 #include "wx/beforestd.h"
17 # include <iostream.h>
22 #include "wx/afterstd.h"
25 # include "wx/msw/winundef.h"