Skip to content
Snippets Groups Projects
Commit ccd57e58 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

win32 systems
parent 58d70db9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment