mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-16 04:11:12 +00:00
eliminate some mingw warnings
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
52fa5cea03
commit
ef122ff507
@ -37,7 +37,13 @@
|
|||||||
# undef lseek
|
# undef lseek
|
||||||
# endif
|
# endif
|
||||||
# define lseek(f,p,w) _lseeki64((f), (p), (w))
|
# define lseek(f,p,w) _lseeki64((f), (p), (w))
|
||||||
|
# ifdef stat
|
||||||
|
# undef stat
|
||||||
|
# endif
|
||||||
# define stat _stati64
|
# define stat _stati64
|
||||||
|
# ifdef fstat
|
||||||
|
# undef fstat
|
||||||
|
# endif
|
||||||
# define fstat(f,s) _fstati64((f), (s))
|
# define fstat(f,s) _fstati64((f), (s))
|
||||||
#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */
|
#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user