]> git.sesse.net Git - vlc/blobdiff - modules/access_output/dummy.c
* ALL: Finally fixed the MSVC project files.
[vlc] / modules / access_output / dummy.c
index 676ecb05822c99b4ff5603d60c333fae2dcc34b4..39f529ad75c2114016885eba287d3fa873cd9b11 100644 (file)
@@ -2,7 +2,7 @@
  * dummy.c
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: dummy.c,v 1.2 2003/02/16 14:10:44 fenrir Exp $
+ * $Id: dummy.c,v 1.3 2003/03/03 14:21:08 gbazin Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Eric Petit <titer@videolan.org>
@@ -38,8 +38,6 @@
 
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
-#elif defined( _MSC_VER ) && defined( _WIN32 ) && !defined( UNDER_CE )
-#   include <io.h>
 #endif
 
 /*****************************************************************************