Commit 6811de9c authored by Christophe Massiot's avatar Christophe Massiot

Info : you can use #ifndef instead of #ifdef... #else :p

parent 9deacf84
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* decoders. * decoders.
***************************************************************************** *****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN * Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: input.c,v 1.137 2001/10/03 03:32:05 xav Exp $ * $Id: input.c,v 1.138 2001/10/03 10:12:52 massiot Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *
...@@ -57,8 +57,7 @@ ...@@ -57,8 +57,7 @@
# include <sys/socket.h> # include <sys/socket.h>
#endif #endif
#ifdef WIN32 #ifndef WIN32
#else
#include <sys/times.h> #include <sys/times.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment