diff --git a/libavformat/os_support.h b/libavformat/os_support.h index f6330d8c86..d4603632f7 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -29,7 +29,7 @@ #include "config.h" -#ifdef __MINGW32__ +#if defined(__MINGW32__) && !defined(__MINGW32CE__) # include # define lseek(f,p,w) _lseeki64((f), (p), (w)) #endif