]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ioswrap.h
Install the wx/gtk/dc.h header file.
[wxWidgets.git] / include / wx / ioswrap.h
index 6fe41e556bfd20e70a3fe736a9572578349d944b..7391683a74be94cad03dd5fe1db1bcf54d72cf85 100644 (file)
 
 #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