Merge pull request #1242 from facebook/mingw_traces

zstdmt debug traces compatibles with mingw
This commit is contained in:
Yann Collet
2018-07-18 12:23:07 +02:00
committed by GitHub
+3 -1
View File
@@ -37,7 +37,9 @@
#define ZSTD_RESIZE_SEQPOOL 0
/* ====== Debug ====== */
#if defined(DEBUGLEVEL) && (DEBUGLEVEL>=2) && !defined(_MSC_VER)
#if defined(DEBUGLEVEL) && (DEBUGLEVEL>=2) \
&& !defined(_MSC_VER) \
&& !defined(__MINGW32__)
# include <stdio.h>
# include <unistd.h>