]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/os_support.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / os_support.h
index df321511ed554462b283cd53bf1401d69b2ccec8..f7705283659ace88a653530a5ca83a857f081180 100644 (file)
@@ -45,6 +45,11 @@ static inline int is_dos_path(const char *path)
     return 0;
 }
 
+#if defined(_WIN32) && !defined(__MINGW32CE__)
+int ff_win32_open(const char *filename, int oflag, int pmode);
+#define open ff_win32_open
+#endif
+
 #if CONFIG_NETWORK
 #if !HAVE_SOCKLEN_T
 typedef int socklen_t;