diff options
-rw-r--r-- | include/mupdf/fitz/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h index 77e3ceb9..06eb1737 100644 --- a/include/mupdf/fitz/system.h +++ b/include/mupdf/fitz/system.h @@ -11,10 +11,12 @@ * file pointers code. This must happen before the stdio.h include. */ #ifdef FZ_LARGEFILE /* Set _LARGEFILE64_SOURCE so that we know fopen64 et al will be declared. */ +#ifndef _WIN32 #ifndef _LARGEFILE64_SOURCE #define _LARGEFILE64_SOURCE #endif #endif +#endif /* Turn on valgrind pacification in debug builds. */ #ifndef NDEBUG |