From: <jpg...@us...> - 2007-12-05 23:36:18
|
Revision: 1300 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1300&view=rev Author: jpgrayson Date: 2007-12-05 15:36:23 -0800 (Wed, 05 Dec 2007) Log Message: ----------- Only redefine socklen_t when using Microsoft's compiler. Modified Paths: -------------- trunk/lib/libiax2/src/iax-client.h Modified: trunk/lib/libiax2/src/iax-client.h =================================================================== --- trunk/lib/libiax2/src/iax-client.h 2007-12-05 23:29:41 UTC (rev 1299) +++ trunk/lib/libiax2/src/iax-client.h 2007-12-05 23:36:23 UTC (rev 1300) @@ -17,9 +17,6 @@ #if defined(_MSC_VER) /* disable zero-sized array in struct/union warning */ #pragma warning(disable:4200) -#endif - -#ifndef LINUX #define socklen_t int #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |