summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/log.c b/libavutil/log.c
index 9c13d4d1a4..f37e40cb75 100644
--- a/libavutil/log.c
+++ b/libavutil/log.c
@@ -33,7 +33,7 @@ static
#endif
int av_log_level = AV_LOG_INFO;
-#if (!HAVE_ISATTY) || defined(WIN32)
+#if (!HAVE_ISATTY) || defined(_WIN32)
#define isatty(s) 0
#endif