[FFmpeg-cvslog] r20337 - trunk/libavformat/os_support.h
ramiro
subversion
Wed Oct 21 03:25:39 CEST 2009
Author: ramiro
Date: Wed Oct 21 03:25:39 2009
New Revision: 20337
Log:
Add comment on #endif about condition that triggers it.
Modified:
trunk/libavformat/os_support.h
Modified: trunk/libavformat/os_support.h
==============================================================================
--- trunk/libavformat/os_support.h Tue Oct 20 21:27:25 2009 (r20336)
+++ trunk/libavformat/os_support.h Wed Oct 21 03:25:39 2009 (r20337)
@@ -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)
{
More information about the ffmpeg-cvslog
mailing list