added dll compilation tests

This commit is contained in:
Yann Collet
2016-12-17 16:28:12 +01:00
parent d1a53f0057
commit d46ecb58a5
7 changed files with 47 additions and 16 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 1
#define ZSTD_VERSION_RELEASE 2
#define ZSTD_VERSION_RELEASE 3
#define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
#define ZSTD_QUOTE(str) #str