From 37f95f87bdfb2e0b01d649afae5fffe60bf99d3a Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 11 Nov 2016 16:05:30 +0000 Subject: Make fz_buffer structure private to fitz. Move the definition of the structure contents into new fitz-imp.h file. Make all code outside of fitz access the buffer through the defined API. Add a convenience API for people that want to get buffers as null terminated C strings. --- platform/win32/libmupdf.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/win32/libmupdf.vcproj') diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 69193a9a..eeeca45c 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -1658,6 +1658,10 @@ RelativePath="..\..\source\fitz\filter-thunder.c" > + + -- cgit v1.2.3