From: Owen Shepherd Date: Sun, 26 Aug 2012 15:33:48 +0000 (+0100) Subject: PDCLIB-7: Add _PDCLIB_ftell64 to give us full precision file positioning information... X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=05556502a427911d4499c22b809ca7d366327d7c;hp=05556502a427911d4499c22b809ca7d366327d7c;p=pdclib PDCLIB-7: Add _PDCLIB_ftell64 to give us full precision file positioning information. Rewrite ftell to use it, and fseek to use it for the SEEK_CUR case. This should resolve PDCLIB-7 ---