mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 08:12:44 +00:00
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:
parent
61ee504517
commit
a3faf694a2
@ -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…
Reference in New Issue
Block a user