Ensure isatty is defined on Win32.

This commit is contained in:
Daniel Miller 2018-10-02 09:52:40 -05:00
parent 55f499c9eb
commit 30618d8d9a

View File

@ -215,6 +215,7 @@
* #defines to let us use them.
*/
#define isascii __isascii
#define isatty _isatty
#define stat _stat
#define strdup _strdup
#define open _open