Commit d5e541f7 authored by michael's avatar michael

Trying _WIN32 for win32 detection.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22953 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e7ad5b82
...@@ -33,7 +33,7 @@ static ...@@ -33,7 +33,7 @@ static
#endif #endif
int av_log_level = AV_LOG_INFO; int av_log_level = AV_LOG_INFO;
#if (!HAVE_ISATTY) || defined(WIN32) #if (!HAVE_ISATTY) || defined(_WIN32)
#define isatty(s) 0 #define isatty(s) 0
#endif #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