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