Add comment on #endif about condition that triggers it.

Originally committed as revision 20337 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2009-10-21 01:25:39 +00:00
parent 61ee504517
commit a3faf694a2

View File

@ -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)
{