ssize_t for Windows

This commit is contained in:
nhkeni
2022-03-16 21:27:06 -04:00
parent 7f484815e5
commit b444085d38

View File

@@ -146,6 +146,11 @@ extern void interject(int);
#endif
/* Turn on some additional warnings */
#pragma warning(3:4389)
/* supply ssize_t */
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif /* _MSC_VER */
/* The following is needed for prototypes of certain functions */