aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 5e9e8057c..030b82dfc 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -27,7 +27,10 @@
/* #undef size_t */
/* Define this to 'int' if ssize_t is not an available typedefed type */
+#if defined(__WATCOMC__) && (__WATCOMC__ >= 1240)
+#else
#define ssize_t int
+#endif
/* Define this to 'int' if socklen_t is not an available typedefed type */
#if !defined(ENABLE_IPV6) && ((_MSC_VER < 1300) || !defined(USE_SSLEAY))