projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
position help windows shown when Shift-F1 is pressed near the window and not at the...
[wxWidgets.git]
/
src
/
common
/
longlong.cpp
diff --git
a/src/common/longlong.cpp
b/src/common/longlong.cpp
index 772ecc0b9a600e57d6919b1eaf3bc7aae6c68ff3..85591bb67cb13663be51f55c33d799da9ca26185 100644
(file)
--- a/
src/common/longlong.cpp
+++ b/
src/common/longlong.cpp
@@
-33,11
+33,7
@@
#include "wx/txtstrm.h"
#endif
#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"
#include "wx/ioswrap.h"
@@
-1267,7
+1263,7
@@
WXDLLIMPEXP_BASE wxTextOutputStream& operator<< (wxTextOutputStream& o, const wx
return o << ll.ToString();
}
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)
{
WXDLLIMPEXP_BASE class wxTextInputStream &operator>>(class wxTextInputStream &o, wxULongLong &ll)
{