mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
core: undef PAGE_SIZE and PAGE_MASK
these are defined a system header which causes complications when building for android
This commit is contained in:
parent
6609ff83a7
commit
f4472a10e6
@ -17,6 +17,9 @@ class Process;
|
||||
|
||||
namespace Memory {
|
||||
|
||||
// Are defined in a system header
|
||||
#undef PAGE_SIZE
|
||||
#undef PAGE_MASK
|
||||
/**
|
||||
* Page size used by the ARM architecture. This is the smallest granularity with which memory can
|
||||
* be mapped.
|
||||
|
Loading…
Reference in New Issue
Block a user