Commit 7206221d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '4c8bd8dd'

* commit '4c8bd8dd':
  os_support: Adjust an outdated #endif comment
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents e15824e7 4c8bd8dd
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
# undef fstat # undef fstat
# endif # endif
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment