summaryrefslogtreecommitdiffstats
path: root/programs/lz4cli.c
diff options
context:
space:
mode:
authorinikep <inikep@gmail.com>2016-09-02 23:03:04 (GMT)
committerinikep <inikep@gmail.com>2016-09-02 23:03:04 (GMT)
commitab707e8b0d3ba0e86889c44e7ea2bab6455b33eb (patch)
tree1d835eadfdd2642b6f1a6394db3731874336aa51 /programs/lz4cli.c
parent3a7b4457a5a32d25ba58b8f8f59e4336b8437bd5 (diff)
downloadlz4-ab707e8b0d3ba0e86889c44e7ea2bab6455b33eb.zip
lz4-ab707e8b0d3ba0e86889c44e7ea2bab6455b33eb.tar.gz
lz4-ab707e8b0d3ba0e86889c44e7ea2bab6455b33eb.tar.bz2
update IncludePath
Diffstat (limited to 'programs/lz4cli.c')
-rw-r--r--programs/lz4cli.c3
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 */