under Win32 box,  apr_off_t is __int64, but apr_mmap_t.size is 
apr_size_t(unsigned int), so the current apr_mmap_offset implement is limit 
memory map region to 4G.

I think if APR_HAS_LARGE_FILES defined, apr_size_t shoud be __int64 too.

Reply via email to