On Fri, Aug 15, 2014 at 10:13 PM, Diego Biurrun <di...@biurrun.de> wrote:
> --- > libavformat/os_support.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/os_support.h b/libavformat/os_support.h > index ae8cef7..94cb0d3 100644 > --- a/libavformat/os_support.h > +++ b/libavformat/os_support.h > @@ -36,7 +36,7 @@ > # define lseek(f,p,w) _lseeki64((f), (p), (w)) > # define stat _stati64 > # define fstat(f,s) _fstati64((f), (s)) > -#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */ > +#endif /* defined(_WIN32) && !defined(__MINGW32CE__) */ > > #ifdef _WIN32 > #if HAVE_DIRECT_H > -- > 1.9.1 > > _______________________________________________ > libav-devel mailing list > libav-devel@libav.org > https://lists.libav.org/mailman/listinfo/libav-devel > Looks fine to me _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel