mirror of https://git.ffmpeg.org/ffmpeg.git
os_support: Adjust an outdated #endif comment
This commit is contained in:
parent
4e9e6fa99f
commit
4c8bd8ddb0
|
@ -39,7 +39,7 @@
|
||||||
# define stat _stati64
|
# define stat _stati64
|
||||||
# undef fstat
|
# undef fstat
|
||||||
# define fstat(f,s) _fstati64((f), (s))
|
# define fstat(f,s) _fstati64((f), (s))
|
||||||
#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */
|
#endif /* defined(_WIN32) && !defined(__MINGW32CE__) */
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#if HAVE_DIRECT_H
|
#if HAVE_DIRECT_H
|
||||||
|
|
Loading…
Reference in New Issue