#include "wx/txtstrm.h"
#endif
-#if defined(__MWERKS__) && defined(__WXMSW__)
- #include <string.h> // for memset()
-#else
- #include <memory.h> // for memset()
-#endif
+#include <string.h> // for memset()
#include "wx/ioswrap.h"
return o << ll.ToString();
}
-#define READ_STRING_CHAR(s, idx, len) ((wxChar) ((idx!=len) ? s[idx++] : 0))
+#define READ_STRING_CHAR(s, idx, len) ((idx!=len) ? (wxChar)s[idx++] : _T('\0'))
WXDLLIMPEXP_BASE class wxTextInputStream &operator>>(class wxTextInputStream &o, wxULongLong &ll)
{