aboutsummaryrefslogtreecommitdiff
path: root/ports/libmupdf/Fix-error-C2169.patch
blob: 164ffe157411abbcec11409c2ecd52b613126e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
 #define isinf(x) (!_finite(x))
 #endif
 
-#define hypotf _hypotf
 #define atoll _atoi64
 
 char *fz_utf8_from_wchar(const wchar_t *s);