mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-24 19:59:43 +00:00
13 lines
327 B
Diff
13 lines
327 B
Diff
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
|
|
@@ -131,7 +131,6 @@ #define isnan(x) _isnan(x)
|
|
#define isinf(x) (!_finite(x))
|
|
#endif
|
|
|
|
-#define hypotf _hypotf
|
|
#define atoll _atoi64
|
|
|
|
#endif
|