[Poppler-bugs] [Bug 44085] pdfinfo/pdffonts cannot process >2GB files

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 16 19:07:21 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=44085

--- Comment #12 from Adrian Johnson <ajohnson at redneon.com> ---
Created attachment 71623
  --> https://bugs.freedesktop.org/attachment.cgi?id=71623&action=edit
windows large file support

Windows has these functions for large file support:

  int _fseeki64(FILE *stream, __int64 offset, int origin);
  __int64 _ftelli64(FILE *stream);

This patch adds windows support for large files. I have not tested this patch.

It may be better to create poppler_fseek/poppler_ftell functions instead of
repeating the #ifdefs for every use of fseek/ftell.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20121217/7acda209/attachment.html>


More information about the Poppler-bugs mailing list