On 17 Apr 2024, at 08:12, Ruediger Pluem <rpl...@apache.org> wrote:

>> I need some advice on handling Windows 32 bit. apr_int64_t for size is too 
>> big, and tests are failing.
>> 
>> Technically apr_ssize_t is the right size, but the definition of ssize_t is 
>> [-1, SSIZE_MAX]. I need a signed very big number. Given we define 
>> apr_ssize_t, is it ok to use apr_ssize_t anyway?
> 
> How about off_t / apr_off_t instead?

Perfect, will fix.

Regards,
Graham
--

Reply via email to