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=fa0737b4368052d0e61a726d13ee7e659993f052;hp=fa0737b4368052d0e61a726d13ee7e659993f052;p=pdclib.old 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 ---