1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-07 06:23:00 +03:00

platform.h: removed Compiler Options

This commit is contained in:
Przemyslaw Skibinski
2016-12-21 13:23:34 +01:00
parent 101df4f636
commit 2f6ccee6af
15 changed files with 83 additions and 81 deletions

View File

@@ -23,7 +23,7 @@
/*-************************************
* Dependencies
**************************************/
#include "platform.h" /* Compiler options, PLATFORM_POSIX_VERSION */
#include "platform.h" /* IS_CONSOLE, PLATFORM_POSIX_VERSION */
#include "util.h" /* UTIL_HAS_CREATEFILELIST, UTIL_createFileList */
#include <string.h> /* strcmp, strlen */
#include <errno.h> /* errno */