]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_IOSTREAMH fixes
authorUnknown (UG) <nobody@localhost>
Fri, 16 Oct 1998 14:50:31 +0000 (14:50 +0000)
committerUnknown (UG) <nobody@localhost>
Fri, 16 Oct 1998 14:50:31 +0000 (14:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxprop/src/prop.cpp
utils/wxprop/src/propform.cpp
utils/wxprop/src/proplist.cpp

index 933f38a56cd8f26f70c45393fa6590685f8273d0..0746f05a7b10bcc5a5d5b4eb8052f0b21a36368c 100644 (file)
 #include <math.h>
 #include <string.h>
 
+#if wxUSE_IOSTREAMH
 #if defined(__WXMSW__) && !defined(__GNUWIN32__)
 #include <strstrea.h>
 #else
 #include <strstream.h>
 #endif
+#else
+#include <strstream>
+#endif
 
 #include "wx/window.h"
 #include "wx/utils.h"
index d05b3f15be1da7028f0dbfbf4685678f0f8049f2..e0fc064ba129405dcf51b9f8d56d70f4767fbe52 100644 (file)
 #include <math.h>
 #include <string.h>
 
+#if wxUSE_IOSTREAMH
 #if defined(__WXMSW__) && !defined(__GNUWIN32__)
 #include <strstrea.h>
 #else
 #include <strstream.h>
 #endif
+#else
+#include <strstream>
+#endif
 
 #include "wx/window.h"
 #include "wx/utils.h"
index 5f3cd18978f151100365f87b2184511ccfb10891..d95005262a956c827c2ce55c7a6df0f520b0ef27 100644 (file)
 #include <math.h>
 #include <string.h>
 
+#if wxUSE_IOSTREAMH
 #if defined(__WXMSW__) && !defined(__GNUWIN32__)
 #include <strstrea.h>
 #else
 #include <strstream.h>
 #endif
+#else
+#include <strstream>
+#endif
 
 #include "wx/window.h"
 #include "wx/utils.h"