Re: [AD] bugfix for files > 2GB under unix |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
If someone knows how to get correct file sizes in Windows and OSX ports, those could be updated as well now. I also had no way to test this under any other ports - in particular, I'm not sure if uint64_t is properly defined everywhere.
uint64_t is defined in stdint.h for OSX. OSX doesn't (AFAICS) have stat64, but the file size field of struct stat is defined as off_t, which is 64-bit. Hope that helps Pete
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |