summaryrefslogtreecommitdiffstats
path: root/TOOLS/netstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/netstream.c')
-rw-r--r--TOOLS/netstream.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/TOOLS/netstream.c b/TOOLS/netstream.c
index 0009f673f6..4a44e9581a 100644
--- a/TOOLS/netstream.c
+++ b/TOOLS/netstream.c
@@ -59,11 +59,6 @@ char* out_filename = NULL;
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;