aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bzip2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bzip2.c b/bzip2.c
index d1f2fa8..1538faf 100644
--- a/bzip2.c
+++ b/bzip2.c
@@ -150,6 +150,8 @@
150 ERROR_IF_MINUS_ONE ( retVal ); \ 150 ERROR_IF_MINUS_ONE ( retVal ); \
151 } while ( 0 ) 151 } while ( 0 )
152 152
153# define STDERR_FILENO _fileno(stderr)
154
153#endif /* BZ_LCCWIN32 */ 155#endif /* BZ_LCCWIN32 */
154 156
155 157