changeset 27663:b1c3057fa54e

Remove MinGW cruft.
author diego
date Fri, 03 Oct 2008 23:44:40 +0000
parents b2c939f889ff
children 22f1732c7d58
files TOOLS/netstream.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/netstream.c	Fri Oct 03 22:49:53 2008 +0000
+++ b/TOOLS/netstream.c	Fri Oct 03 23:44:40 2008 +0000
@@ -59,11 +59,6 @@
 char* force_fourcc=NULL;
 char* passtmpfile="divx2pass.log";
 
-#ifdef __MINGW32__
-#define usleep sleep
-void strsep() {};
-#endif
-
 static unsigned short int port = 10000;
 
 typedef struct client_st client_t;