Commit aebfb457 authored by Michael Niedermayer's avatar Michael Niedermayer

Trying _WIN32 for win32 detection.

Originally committed as revision 22953 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7328cdfa
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment