#include <math.h>
#include <string.h>
+#if wxUSE_IOSTREAMH
#if defined(__WXMSW__) && !defined(__GNUWIN32__)
#include <strstrea.h>
+#include <fstream.h>
#else
#include <strstream.h>
-#endif
-
#include <fstream.h>
+#endif
+#else
+#include <strstream>
+#include <fstream>
+#endif
#include "wx/scrolbar.h"
#include "wx/string.h"
node = node->Next();
}
}
- stream << "], ";
+ stream << "]";
+/* Styles are now in the window style, not in a separate arg
+ stream << ", ";
switch (item->GetValue1())
{
case wxLB_MULTIPLE:
break;
}
}
+ */
+
if (item->GetFont().Ok())
{
stream << ",\\\n ";