PAGE_SIZE is never used on msys/mingw
This commit is contained in:
parent
de6e76ff25
commit
adafa8105f
2
gc.c
2
gc.c
@ -871,7 +871,7 @@ static const bool USE_MMAP_ALIGNED_ALLOC = true;
|
|||||||
|
|
||||||
static bool use_mmap_aligned_alloc;
|
static bool use_mmap_aligned_alloc;
|
||||||
# endif
|
# endif
|
||||||
#else
|
#elif !defined(__MINGW32__) && !defined(_WIN32)
|
||||||
static const bool USE_MMAP_ALIGNED_ALLOC = false;
|
static const bool USE_MMAP_ALIGNED_ALLOC = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user