Commit 17abfa6a authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

r8971@totoro: nickm | 2006-10-09 10:16:23 -0400

 Move definition of ssize_t to torint.h


svn:r8670
parent 829bf4dc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@
#include <inttypes.h>
#endif

#ifdef MS_WINDOWS
/* Windows likes to capitalize ssize_t.  Charming. */
#define ssize_t SSIZE_T
#endif

#if (SIZEOF_INT8_T != 0)
#define HAVE_INT8_T
#endif
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@
#include <process.h>
#include <direct.h>
#include <windows.h>
#define ssize_t SSIZE_T
#define snprintf _snprintf
#endif