[sword-svn] r456 - trunk/apps/InstallMgr/curl/lib
chrislit at www.crosswire.org
chrislit at www.crosswire.org
Tue Mar 20 22:26:01 MST 2007
Author: chrislit
Date: 2007-03-20 22:26:00 -0700 (Tue, 20 Mar 2007)
New Revision: 456
Modified:
trunk/apps/InstallMgr/curl/lib/config-win32.h
Log:
This fixes building on BCB5 and hopefully doesn't cause problems in other build environments
Modified: trunk/apps/InstallMgr/curl/lib/config-win32.h
===================================================================
--- trunk/apps/InstallMgr/curl/lib/config-win32.h 2007-03-11 23:04:36 UTC (rev 455)
+++ trunk/apps/InstallMgr/curl/lib/config-win32.h 2007-03-21 05:26:00 UTC (rev 456)
@@ -294,8 +294,10 @@
/* Define to 'int' if ssize_t is not an available 'typedefed' type */
#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__)
#else
-//#define ssize_t int
+#ifndef ssize_t
+#define ssize_t int
#endif
+#endif
/* Define to 'int' if socklen_t is not an available 'typedefed' type */
#ifndef HAVE_WS2TCPIP_H
More information about the sword-cvs
mailing list