fixed build for R5 : now uses inttypes.h because it's present on R5 also

HaikuBuildCompatibily.h exposes INT64_MAX based on limits.h


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18900 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-09-21 12:29:49 +00:00
parent 5fe9705942
commit c332e7f74e
3 changed files with 8 additions and 11 deletions
+5
View File
@@ -67,5 +67,10 @@ extern float roundf(float value);
# define B_BAD_DATA (B_NOT_ALLOWED + 1)
#endif
#ifndef INT64_MAX
#include <limits.h>
#define INT64_MAX LONGLONG_MAX
#endif
#endif // HAIKU_BUILD_COMPATIBILITY_H