Trying _WIN32 for win32 detection.

Originally committed as revision 22953 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2010-04-23 13:15:11 +00:00
parent 7328cdfa58
commit aebfb45774
1 changed files with 1 additions and 1 deletions

View File

@ -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