From: <jpg...@us...> - 2007-12-07 15:41:24
|
Revision: 1305 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1305&view=rev Author: jpgrayson Date: 2007-12-07 07:41:28 -0800 (Fri, 07 Dec 2007) Log Message: ----------- Fix mingw build problem (hopefully). 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-06 13:58:28 UTC (rev 1304) +++ trunk/lib/libiax2/src/iax-client.h 2007-12-07 15:41:28 UTC (rev 1305) @@ -17,6 +17,9 @@ #if defined(_MSC_VER) /* disable zero-sized array in struct/union warning */ #pragma warning(disable:4200) +#endif + +#ifdef WIN32 #define socklen_t int #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |