Skip to content

Commit

Permalink
[libmupdf] Enable the old patch for fixing C2169 (#7107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W authored and ras0219-msft committed Jul 6, 2019
1 parent 2129bcd commit 17b5841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/libmupdf/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libmupdf
Version: 1.15.0
Version: 1.15.0-1
Build-Depends: freetype, libjpeg-turbo, harfbuzz, zlib, curl, glfw3, openjpeg, jbig2dec
Homepage: https://github.com/ArtifexSoftware/mupdf
Description: a lightweight PDF, XPS, and E-book library
4 changes: 2 additions & 2 deletions ports/libmupdf/Fix-error-C2169.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h
index 0552771..42fd037 100644
--- a/include/mupdf/fitz/system.h
+++ b/include/mupdf/fitz/system.h
@@ -117,7 +117,6 @@ static __inline int signbit(double x)
@@ -131,7 +131,6 @@ #define isnan(x) _isnan(x)
#define isinf(x) (!_finite(x))
#endif

-#define hypotf _hypotf
#define atoll _atoi64

char *fz_utf8_from_wchar(const wchar_t *s);
#endif

0 comments on commit 17b5841

Please sign in to comment.