Added #define ssize_t int since ssize_t doesn't seem to exist in normal

win32 systems
This commit is contained in:
Daniel Stenberg 2001-02-07 09:23:54 +00:00
parent 58d70db92e
commit ccd57e58f6
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
/* Define this to 'int' if ssize_t is not an available typedefed type */
#define ssize_t int
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1