Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-11 16:22:11 +0300
committerJames Almer <jamrial@gmail.com>2017-11-11 16:22:11 +0300
commitf87ad3a058bfee786e942106c5c3450c02a66d48 (patch)
treeffba88e386e67353bbcecf0f3050439052fd1a8f /libavutil/file_open.c
parent7e76e1ea80052ee95ef33d5341b9251b90766c9c (diff)
parente41daa62465036ad36ad0bd14e4936e848d7f07e (diff)
Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'
* commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e': Remove support for building for mingw32ce (Windows CE) Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/file_open.c')
-rw-r--r--libavutil/file_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/file_open.c b/libavutil/file_open.c
index 258bb3074e..a8da283583 100644
--- a/libavutil/file_open.c
+++ b/libavutil/file_open.c
@@ -29,7 +29,7 @@
#include <io.h>
#endif
-#if defined(_WIN32) && !defined(__MINGW32CE__)
+#ifdef _WIN32
#undef open
#undef lseek
#undef stat