Christophe Chevalier
|
fa9df079a4
|
Add a Visual Studio project for building zstdlib.dll on Windows
- Exports all methods marked with ZSTDLIB_API (ZSTD_DLL_EXPORT=1)
- Build without support for legacy version (ZSTD_LEGACY_SUPPORT=0)
|
2015-12-10 16:25:12 +01:00 |
|
Christophe Chevalier
|
2abb04d90d
|
Added ZSTDLIB_API to new ZSTD_maxCLevel method
|
2015-12-09 23:55:23 +01:00 |
|
Christophe Chevalier
|
7b05324a71
|
Only define ZSTDLIB_API when building a Windows DLL
|
2015-12-09 17:12:12 +01:00 |
|
Christophe Chevalier
|
844baf4fc5
|
Merge remote-tracking branch 'upstream/dev' into zstdlib_api
|
2015-12-09 15:45:57 +01:00 |
|
Christophe Chevalier
|
d2199e7250
|
Added ZSTDLIB_API definition to zstd_buffered.h which does not seem to include zstd.h
|
2015-12-07 19:01:41 +01:00 |
|
Christophe Chevalier
|
c6e845398a
|
Add ZSTDLIB_API macro to prefix all exported methods with__declspec(dllexport) when building a DLL (on windows)
|
2015-12-07 17:48:53 +01:00 |
|