From 36e57486f01fc026fd1e8886b32f91e385befedc Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 3 Feb 2016 14:52:43 +0000 Subject: Bug 696546: Add fast strtof Take on a (slightly tweaked) version of Simon Reinhardt's patch. The actual logic is left entirely unchanged; minor changes have been made to the names of functions/types to avoid clashing in the cmapdump.c repeated inclusion. Currently this should really only affect xps files, as strtof is only used as fz_atof, and that's (effectively) all xps for now. I will look at updating lex_number to call this in future. --- platform/win32/libmupdf.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform') diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 5de9c62b..74a805df 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -1034,6 +1034,10 @@ RelativePath="..\..\source\fitz\strtod.c" > + + -- cgit v1.2.3