]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/pnghand.cpp
no message
[wxWidgets.git] / src / msw / pnghand.cpp
index 2fb019783b42bad611343cc1d5e5b76c7d1ffd13..bea92c61381bead90e66e34f545bf02d2d572ce3 100644 (file)
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+
+#if wxUSE_IOSTREAMH
 #include <fstream.h>
 #include <fstream.h>
+#else
+#include <fstream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
+#endif
+
 #include <windows.h>
 #include <wx/msw/pngread.h>
 #include <wx/msw/dibutils.h>
 #include <windows.h>
 #include <wx/msw/pngread.h>
 #include <wx/msw/dibutils.h>