[sword-svn] r463 - branches/BCB5/apps/InstallMgr/curl/lib
chrislit at www.crosswire.org
chrislit at www.crosswire.org
Wed Sep 26 16:15:53 MST 2007
Author: chrislit
Date: 2007-09-26 16:15:53 -0700 (Wed, 26 Sep 2007)
New Revision: 463
Modified:
branches/BCB5/apps/InstallMgr/curl/lib/config-win32.h
Log:
BCB5 dies without this
Modified: branches/BCB5/apps/InstallMgr/curl/lib/config-win32.h
===================================================================
--- branches/BCB5/apps/InstallMgr/curl/lib/config-win32.h 2007-09-26 23:15:41 UTC (rev 462)
+++ branches/BCB5/apps/InstallMgr/curl/lib/config-win32.h 2007-09-26 23:15:53 UTC (rev 463)
@@ -294,7 +294,7 @@
/* Define to 'int' if ssize_t is not an available 'typedefed' type */
#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__)
#else
-//#define ssize_t int
+#define ssize_t int
#endif
/* Define to 'int' if socklen_t is not an available 'typedefed' type */
More information about the sword-cvs
mailing list