mirror of
https://github.com/qpdf/qpdf.git
synced 2024-10-31 19:02:30 +00:00
38cd94bec8
* Define POINTERHOLDER_TRANSITION * Make sure we are getting the intended version of qpdf
14 lines
202 B
C++
14 lines
202 B
C++
#ifndef POINTERHOLDER_TRANSITION
|
|
# define POINTERHOLDER_TRANSITION 4
|
|
#endif
|
|
|
|
#include <qpdf/QPDF.hh>
|
|
#include <iostream>
|
|
|
|
int
|
|
main()
|
|
{
|
|
std::cout << QPDF::QPDFVersion() << std::endl;
|
|
return 0;
|
|
}
|