Skip to content
Snippets Groups Projects
Commit 17abfa6a authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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

 Move definition of ssize_t to torint.h


svn:r8670
parent 829bf4dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -110,7 +110,6 @@
#include <process.h>
#include <direct.h>
#include <windows.h>
#define ssize_t SSIZE_T
#define snprintf _snprintf
#endif
......
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