From 78066d185ed46c36775b4311500b18456c5aa08e Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 3 Oct 2008 23:44:40 +0000 Subject: Remove MinGW cruft. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27695 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'TOOLS') 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; -- cgit v1.2.3