[FFmpeg-cvslog] os_support: Adjust an outdated #endif comment
Diego Biurrun
git at videolan.org
Tue Aug 26 20:48:09 CEST 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Aug 15 09:46:03 2014 +0200| [4c8bd8ddb049950347a5018fecbca7ee25d48c44] | committer: Diego Biurrun
os_support: Adjust an outdated #endif comment
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c8bd8ddb049950347a5018fecbca7ee25d48c44
---
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 8a757d7..f751d41 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -39,7 +39,7 @@
# define stat _stati64
# undef fstat
# define fstat(f,s) _fstati64((f), (s))
-#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */
+#endif /* defined(_WIN32) && !defined(__MINGW32CE__) */
#ifdef _WIN32
#if HAVE_DIRECT_H
More information about the ffmpeg-cvslog
mailing list