projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9e6fa
)
os_support: Adjust an outdated #endif comment
author
Diego Biurrun
<diego@biurrun.de>
Fri, 15 Aug 2014 07:46:03 +0000
(09:46 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 26 Aug 2014 13:34:41 +0000
(06:34 -0700)
libavformat/os_support.h
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/os_support.h
b/libavformat/os_support.h
index
8a757d7
..
f751d41
100644
(file)
--- 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