mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-04 17:06:26 +00:00
8bb72251ec
The ogg library itself doesn't use off_t, mostly just int and long. With off_t being problematic as Windows doesn't support _FILE_OFFSET_BITS replacing this removes a potential headache. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>