diff options
author | inikep <inikep@gmail.com> | 2016-09-02 23:03:04 (GMT) |
---|---|---|
committer | inikep <inikep@gmail.com> | 2016-09-02 23:03:04 (GMT) |
commit | ab707e8b0d3ba0e86889c44e7ea2bab6455b33eb (patch) | |
tree | 1d835eadfdd2642b6f1a6394db3731874336aa51 /programs | |
parent | 3a7b4457a5a32d25ba58b8f8f59e4336b8437bd5 (diff) | |
download | lz4-ab707e8b0d3ba0e86889c44e7ea2bab6455b33eb.zip lz4-ab707e8b0d3ba0e86889c44e7ea2bab6455b33eb.tar.gz lz4-ab707e8b0d3ba0e86889c44e7ea2bab6455b33eb.tar.bz2 |
update IncludePath
Diffstat (limited to 'programs')
-rw-r--r-- | programs/lz4cli.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/programs/lz4cli.c b/programs/lz4cli.c index a583481..3e952c6 100644 --- a/programs/lz4cli.c +++ b/programs/lz4cli.c @@ -73,9 +73,6 @@ # define _isatty isatty # define _fileno fileno # endif -# ifdef __MINGW32__ - int _fileno(FILE *stream); /* MINGW somehow forgets to include this prototype into <stdio.h> */ -# endif # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream)) #else # include <unistd.h> /* isatty */ |