]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/reswrite.cpp
wxUSE_IOSTREAMH changes
[wxWidgets.git] / utils / dialoged / src / reswrite.cpp
index 57b0ed849ea4916c1ca1a40414141113bc958a0f..41766cacd1205913322f7c107034f7ba47d7e028 100644 (file)
 #include <math.h>
 #include <string.h>
 
+#if wxUSE_IOSTREAMH
 #if defined(__WXMSW__) && !defined(__GNUWIN32__)
 #include <strstrea.h>
 #else
 #include <strstream.h>
+#include <fstream.h>
+#endif
+#else
+#include <strstream>
+#include <fstream>
 #endif
 
-#include <fstream.h>
 
 #include "wx/scrolbar.h"
 #include "wx/string.h"