extended ZSTDMT code support for non-MT systems and WIN32 (preliminary)

This commit is contained in:
Yann Collet
2016-12-31 16:32:19 +01:00
parent c8efc1c874
commit 3b9d434356
4 changed files with 157 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include <stdlib.h> /* malloc */
#include <pool.h> /* threadpool */
#include <pthread.h> /* mutex */
#include "threading.h" /* mutex */
#include "zstd_internal.h" /* MIN, ERROR */
#include "zstdmt_compress.h"