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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 1318d2978..dd81ee1f7 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -313,6 +313,7 @@
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
+/* Define ssize_t if it is not an available 'typedefed' type */
#ifndef _SSIZE_T_DEFINED
#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__) || \
defined(__MINGW32__)