Fix large file support for 32-bit Linux

This commit is contained in:
Jay Berkenbilt 2012-06-25 10:51:44 -04:00
parent fb14dc5893
commit 1a3e88ca09
4 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <qpdf/qpdf-config.h> // include first for large file support
#include <qpdf/Pl_StdioFile.hh>
#include <qpdf/QUtil.hh>
#include <stdexcept>

View File

@ -1,3 +1,4 @@
#include <qpdf/qpdf-config.h> // include first for large file support
#include <qpdf/QPDF.hh>
#include <vector>

View File

@ -1,3 +1,4 @@
#include <qpdf/qpdf-config.h> // include first for large file support
#include <qpdf/QPDFWriter.hh>
#include <assert.h>

View File

@ -1,3 +1,9 @@
// NOTE: This test program doesn't do anything special to enable large
// file support. This is important since it verifies that programs
// don't have to do anything special -- all the work is done
// internally by the library as long as they don't do their own file
// I/O.
#include <qpdf/QPDF.hh>
#include <qpdf/QPDFWriter.hh>
#include <qpdf/QPDFObjectHandle.hh>