summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-15 09:46:03 +0200
committerDiego Biurrun <diego@biurrun.de>2014-08-26 06:34:41 -0700
commit4c8bd8ddb049950347a5018fecbca7ee25d48c44 (patch)
tree2ec2f22a3105ad859314f0bad2a16cffd57e8267 /libavformat/os_support.h
parent4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9 (diff)
os_support: Adjust an outdated #endif comment
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 8a757d71a3..f751d41c93 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