From fdc7b57042c20ea8a8d8758543e542d28d56a3e1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 23 Jan 2006 00:57:59 +0000 Subject: Skip all includes for WinCE, instead of falling through to the #else case. Originally committed as revision 4884 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/os_support.c b/libavformat/os_support.c index a99a6a50db..6f3da65f29 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -18,7 +18,9 @@ */ #include "config.h" #include "avformat.h" -#if defined(CONFIG_WIN32) && !defined(CONFIG_WINCE) +#if defined(CONFIG_WINCE) +/* Skip includes on WinCE. */ +#elif defined(CONFIG_WIN32) #include #include #elif defined(CONFIG_OS2) -- cgit v1.2.3