From 4ecd1df6f2ecb98d388082b154497ed61aa11e18 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 10 Jan 2019 22:28:15 -0500 Subject: Add configure option AVOID_WINDOWS_HANDLE If set, we avoid using Windows I/O HANDLE, which is disallowed in some versions of the Windows SDK, such as for Windows phones. QUtil::same_file will always return false in this case. Only applies to Windows builds. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f1e7f95..80560611 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2019-01-10 Jay Berkenbilt + * Add new configure option --enable-avoid-windows-handle, which + causes the symbol AVOID_WINDOWS_HANDLE to be defined. If set, we + avoid using Windows I/O HANDLE, which is disallowed in some + versions of the Windows SDK, such as for Windows phones. + QUtil::same_file will always return false in this case. Only + applies to Windows builds. + * Add new method QPDF::setImmediateCopyFrom. When called on a source QPDF object, streams can be copied FROM that object to other ones without having to keep the source QPDF or its input -- cgit v1.2.3-54-g00ecf