mirror of
https://github.com/facebook/zstd.git
synced 2025-12-01 00:02:43 -05:00
Merge pull request #1242 from facebook/mingw_traces
zstdmt debug traces compatibles with mingw
This commit is contained in:
commit
37da48986b
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user