changeset 908:5b0ff52e008e libavformat

Skip all includes for WinCE, instead of falling through to the #else case.
author diego
date Mon, 23 Jan 2006 00:57:59 +0000
parents abed44e1f1e0
children 69e06b6f91a3
files os_support.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os_support.c	Sun Jan 22 18:34:17 2006 +0000
+++ b/os_support.c	Mon Jan 23 00:57:59 2006 +0000
@@ -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 <sys/types.h>
 #include <sys/timeb.h>
 #elif defined(CONFIG_OS2)