summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-11-02 16:18:11 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-11-02 16:31:32 +0100
commitfa7b06100f3c49abcac263f27368082040a2f95e (patch)
tree55500d82cc77242d97eb32740204cad3405fc115 /include
parent1dc763159b03cbd4387713f353f26c890d2c0e52 (diff)
downloadmupdf-fa7b06100f3c49abcac263f27368082040a2f95e.tar.xz
Fixes for win32 build.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h
index 7b426264..8a617e5b 100644
--- a/include/mupdf/fitz/system.h
+++ b/include/mupdf/fitz/system.h
@@ -119,7 +119,6 @@ static __inline int signbit(double x)
#define hypotf _hypotf
#define atoll _atoi64
-#define stat _stat
char *fz_utf8_from_wchar(const wchar_t *s);
wchar_t *fz_wchar_from_utf8(const char *s);