Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-26 22:40:34 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-08-26 22:40:40 +0400
commit7206221d563e6d1d6bf2d5acd3b1378d77c7b7e4 (patch)
treeac5cc4647e7618fff8f4f0c1bdbc22cda2b674e6 /libavformat/os_support.h
parente15824e75b5549e53eb5c1ffb79766321ac8d122 (diff)
parent4c8bd8ddb049950347a5018fecbca7ee25d48c44 (diff)
Merge commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44'
* commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44': os_support: Adjust an outdated #endif comment Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r--libavformat/os_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index 7c7cd1f1a4..1522740765 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -45,7 +45,7 @@
# undef fstat
# endif
# define fstat(f,s) _fstati64((f), (s))
-#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */
+#endif /* defined(_WIN32) && !defined(__MINGW32CE__) */
#ifdef _WIN32
#if HAVE_DIRECT_H