Add comment on #endif about condition that triggers it.

Originally committed as revision 20337 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Ramiro Polla 15 years ago
parent 61ee504517
commit a3faf694a2
  1. 2
      libavformat/os_support.h

@ -32,7 +32,7 @@
#if defined(__MINGW32__) && !defined(__MINGW32CE__) #if defined(__MINGW32__) && !defined(__MINGW32CE__)
# include <fcntl.h> # include <fcntl.h>
# define lseek(f,p,w) _lseeki64((f), (p), (w)) # define lseek(f,p,w) _lseeki64((f), (p), (w))
#endif #endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */
static inline int is_dos_path(const char *path) static inline int is_dos_path(const char *path)
{ {

Loading…
Cancel
Save