]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ioswrap.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / ioswrap.h
index 6fe41e556bfd20e70a3fe736a9572578349d944b..5805588ead42fae80302865fe8ca41b93799244a 100644 (file)
@@ -4,20 +4,23 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     03.02.99
-// RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #if wxUSE_STD_IOSTREAM
 
+#include "wx/beforestd.h"
+
 #if wxUSE_IOSTREAMH
 #   include <iostream.h>
 #else
 #   include <iostream>
 #endif
 
-#ifdef __WXMSW__
+#include "wx/afterstd.h"
+
+#ifdef __WINDOWS__
 #   include "wx/msw/winundef.h"
 #endif