Add threading.h condition variables

This commit is contained in:
Nick Terrell
2016-12-31 19:10:29 -05:00
parent d132433534
commit 4204e03e77
2 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
* This file will hold wrapper for systems, which do not support Pthreads
*/
#ifdef _WIN32
#if defined(ZSTD_PTHREAD) && defined(_WIN32)
/**
* Windows minimalist Pthread Wrapper, based on :