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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user