(svn r9104) -Fix(r9080, r9081): UINT32_MAX is undefined on MSVC, std::numeric_limits doesn't exist in gcc 2.95 (MorphOS), so back to tree and use ~0 instead (peter1138)

This commit is contained in:
KUDr
2007-03-10 20:05:31 +00:00
parent 1a7d9dd6c0
commit 00bc893312
2 changed files with 3 additions and 4 deletions

View File

@@ -20,8 +20,6 @@
# define INT64_MAX 9223372036854775807LL
#endif
#include <limits>
#include <cstdio>
#include <cstddef>
#include <cstring>