X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/b5bea2f96065642e32e172cf57d1f36ac12a4a5d..c942e8b1d75243b97db24e0c75f7d5c7b9d585eb:/libavformat/os_support.h diff --git a/libavformat/os_support.h b/libavformat/os_support.h index b15b105..7e9a45a 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -47,6 +47,13 @@ # define fstat(f,s) _fstati64((f), (s)) #endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */ +#ifdef _WIN32 +#include +#define mkdir(a, b) _mkdir(a) +#else +#include +#endif + static inline int is_dos_path(const char *path) { #if HAVE_DOS_PATHS