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