summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r--libavformat/os_support.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index e5f31e05a4..b0f02c11f1 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -86,11 +86,6 @@ static inline int is_dos_path(const char *path)
#endif
#endif
-#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;