]> git.sesse.net Git - vlc/blobdiff - modules/access/ftp.c
* ALL: Finally fixed the MSVC project files.
[vlc] / modules / access / ftp.c
index 588be58aa8ac6a16d1dc137e6f328b77a20523ea..f16d9589332396282e705d54834c19030f3c3553 100644 (file)
@@ -2,7 +2,7 @@
  * ftp.c:
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: ftp.c,v 1.8 2003/02/20 01:52:45 sigmunau Exp $
+ * $Id: ftp.c,v 1.9 2003/03/03 14:21:08 gbazin Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -41,8 +41,6 @@
 
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
-#elif defined( _MSC_VER ) && defined( _WIN32 )
-#   include <io.h>
 #endif
 
 #ifdef WIN32