diff os_support.h @ 5324:3616c1434288 libavformat

Add comment on #endif about condition that triggers it.
author ramiro
date Wed, 21 Oct 2009 01:25:39 +0000
parents a8f8b675035b
children 178de7695c6c
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)
 {