PAGE_SIZE is defined in Haiku limits.h

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26225 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-07-02 19:13:13 +00:00
parent b94e17518b
commit 72401b8f9e
@@ -98,7 +98,9 @@ typedef long *PKEVENT ;
#define CONST const
typedef void ** PPVOID;
#ifndef PAGE_SIZE
#define PAGE_SIZE B_PAGE_SIZE
#endif
#define WideToSInt64(x) (*((int64*)(&x)))
#define WideToUInt64(x) (*((uint64*)(&x)))