Trying _WIN32 for win32 detection.

Originally committed as revision 22953 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 15 years ago
parent 7328cdfa58
commit aebfb45774
  1. 2
      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

Loading…
Cancel
Save