fixed VS project

This commit is contained in:
Yann Collet
2016-01-21 16:04:35 +01:00
parent ffec740d37
commit a768a301ba
6 changed files with 80 additions and 84 deletions
+1 -1
View File
@@ -799,7 +799,7 @@ size_t ZSTD_decompress(void* dst, size_t maxDstSize, const void* src, size_t src
#else
ZSTD_DCtx dctx;
return ZSTD_decompressDCtx(&dctx, dst, maxDstSize, src, srcSize);
#endif // defined
#endif
}