2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 00:10:54 +00:00

revert off_t

git-svn-id: svn+q:///qpdf/trunk@844 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-20 02:16:19 +00:00
parent ef156afd1e
commit f5c17421a5
2 changed files with 0 additions and 7 deletions

View File

@ -10,8 +10,6 @@
#include <qpdf/DLL.h>
#include <qpdf/Constants.h>
#include <qpdf/QUtil.hh>
class DLL_EXPORT QPDFExc: public std::runtime_error
{

View File

@ -63,11 +63,6 @@
#include <qpdf/DLL.h>
#include <qpdf/Constants.h>
#ifdef _WIN32
# include <io.h>
#else
# include <fcntl.h>
#endif
#ifdef __cplusplus
extern "C" {