- source repository : https://github.com/Cyan4973/zstd
*/
+/* *************************************
+* Compiler Options
+***************************************/
+#define _CRT_SECURE_NO_WARNINGS /* removes Visual warning on strerror() */
+
+
/*-************************************
* Includes
**************************************/
/* *************************************
* Compiler Options
***************************************/
-#define _POSIX_SOURCE 1 /* enable %llu on Windows */
+#define _POSIX_SOURCE 1 /* enable %llu on Windows */
+#define _CRT_SECURE_NO_WARNINGS /* removes Visual warning on strerror() */
/*-*************************************