comparison os_support.c @ 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 2a0c729ac640
comparison
equal deleted inserted replaced
907:abed44e1f1e0 908:5b0ff52e008e
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */ 18 */
19 #include "config.h" 19 #include "config.h"
20 #include "avformat.h" 20 #include "avformat.h"
21 #if defined(CONFIG_WIN32) && !defined(CONFIG_WINCE) 21 #if defined(CONFIG_WINCE)
22 /* Skip includes on WinCE. */
23 #elif defined(CONFIG_WIN32)
22 #include <sys/types.h> 24 #include <sys/types.h>
23 #include <sys/timeb.h> 25 #include <sys/timeb.h>
24 #elif defined(CONFIG_OS2) 26 #elif defined(CONFIG_OS2)
25 #include <string.h> 27 #include <string.h>
26 #include <sys/time.h> 28 #include <sys/time.h>