Mercurial > libavformat.hg
changeset 5324:3616c1434288 libavformat
Add comment on #endif about condition that triggers it.
author | ramiro |
---|---|
date | Wed, 21 Oct 2009 01:25:39 +0000 |
parents | ed61c8ab8b08 |
children | feffcbc89904 |
files | os_support.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/os_support.h Tue Oct 20 19:27:25 2009 +0000 +++ b/os_support.h Wed Oct 21 01:25:39 2009 +0000 @@ -32,7 +32,7 @@ #if defined(__MINGW32__) && !defined(__MINGW32CE__) # include <fcntl.h> # define lseek(f,p,w) _lseeki64((f), (p), (w)) -#endif +#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */ static inline int is_dos_path(const char *path) {